mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
* dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
case out of #ifdef MIPS block.
This commit is contained in:
@ -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>
|
2003-08-25 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
PR java/1322
|
PR java/1322
|
||||||
|
@ -6049,9 +6049,9 @@ dwarf_attr_name (register unsigned attr)
|
|||||||
return "DW_AT_MIPS_loop_unroll_factor";
|
return "DW_AT_MIPS_loop_unroll_factor";
|
||||||
case DW_AT_MIPS_software_pipeline_depth:
|
case DW_AT_MIPS_software_pipeline_depth:
|
||||||
return "DW_AT_MIPS_software_pipeline_depth";
|
return "DW_AT_MIPS_software_pipeline_depth";
|
||||||
|
#endif
|
||||||
case DW_AT_MIPS_linkage_name:
|
case DW_AT_MIPS_linkage_name:
|
||||||
return "DW_AT_MIPS_linkage_name";
|
return "DW_AT_MIPS_linkage_name";
|
||||||
#endif
|
|
||||||
|
|
||||||
case DW_AT_sf_names:
|
case DW_AT_sf_names:
|
||||||
return "DW_AT_sf_names";
|
return "DW_AT_sf_names";
|
||||||
|
Reference in New Issue
Block a user