Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* trivial PATCH to dwarf2read.c:dwarf_attr_name
@ 2003-08-26  5:28 Jason Merrill
  2003-08-27  3:56 ` Andrew Cagney
  0 siblings, 1 reply; 12+ messages in thread
From: Jason Merrill @ 2003-08-26  5:28 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

I'm checking this in under the obvious rule; DW_AT_MIPS_linkage_name is
used on all targets.

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.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 801 bytes --]

*** dwarf2read.c.~1~	2003-08-15 19:38:15.000000000 -0400
--- dwarf2read.c	2003-08-15 19:35:38.000000000 -0400
*************** dwarf_attr_name (register unsigned attr)
*** 6049,6057 ****
        return "DW_AT_MIPS_loop_unroll_factor";
      case DW_AT_MIPS_software_pipeline_depth:
        return "DW_AT_MIPS_software_pipeline_depth";
      case DW_AT_MIPS_linkage_name:
        return "DW_AT_MIPS_linkage_name";
- #endif
  
      case DW_AT_sf_names:
        return "DW_AT_sf_names";
--- 6049,6057 ----
        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";
  
      case DW_AT_sf_names:
        return "DW_AT_sf_names";

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-09-04 17:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-26  5:28 trivial PATCH to dwarf2read.c:dwarf_attr_name Jason Merrill
2003-08-27  3:56 ` Andrew Cagney
2003-08-27  4:44   ` Jason Merrill
2003-08-27 14:46     ` Andrew Cagney
2003-08-27 15:46       ` Daniel Jacobowitz
2003-08-27 15:57         ` Andrew Cagney
2003-08-27 16:02           ` Daniel Jacobowitz
2003-08-27 16:14             ` Andrew Cagney
2003-08-27 16:16               ` Daniel Jacobowitz
2003-08-27 19:37                 ` Andrew Cagney
2003-08-27 16:45       ` Jason Merrill
2003-09-04 17:22         ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox