mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
case out of #ifdef MIPS block.
This commit is contained in:
parent
ef043731f4
commit
e0a4f5a19a
@ -1,3 +1,8 @@
|
||||
2003-08-26 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
|
||||
case out of #ifdef MIPS block.
|
||||
|
||||
2003-08-25 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
PR java/1322
|
||||
|
@ -6049,9 +6049,9 @@ dwarf_attr_name (register unsigned attr)
|
||||
return "DW_AT_MIPS_loop_unroll_factor";
|
||||
case DW_AT_MIPS_software_pipeline_depth:
|
||||
return "DW_AT_MIPS_software_pipeline_depth";
|
||||
#endif
|
||||
case DW_AT_MIPS_linkage_name:
|
||||
return "DW_AT_MIPS_linkage_name";
|
||||
#endif
|
||||
|
||||
case DW_AT_sf_names:
|
||||
return "DW_AT_sf_names";
|
||||
|
Loading…
Reference in New Issue
Block a user