Fix the ARM assembler to generate a Realtime profile for armv8-r.
[deliverable/binutils-gdb.git] / bfd / linker.c
index c523f8b5c649730c04cedbbe8cb8da0cd8805f86..3820ce14f83a7b2f591d8b7b0ee9dfa0025791f5 100644 (file)
@@ -1995,7 +1995,7 @@ _bfd_generic_link_output_symbols (bfd *output_bfd,
              newsym = bfd_make_empty_symbol (input_bfd);
              if (!newsym)
                return FALSE;
-             newsym->name = input_bfd->filename;
+             newsym->name = bfd_get_filename (input_bfd);
              newsym->value = 0;
              newsym->flags = BSF_LOCAL | BSF_FILE;
              newsym->section = sec;
This page took 0.023847 seconds and 4 git commands to generate.