public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Committed] Add .zdebug to the list of known sections in tc-h8300
@ 2010-05-19 10:47 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2010-05-19 10:47 UTC (permalink / raw)
  To: binutils

Hi Guys,

  I am applying the patch below to fix a failure in the binutils
  testsuite for the h8300-elf port.  It was failing to assemble the
  dw2-compressed.S test file because it did not recognise the
  .zdebug_abbrev section as one whose section flags are well known.

Cheers
  Nick

gas/ChangeLog
2010-05-19  Nick Clifton  <nickc@redhat.com>

	* config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
	of known section prefixes.

Index: gas/config/tc-h8300.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-h8300.c,v
retrieving revision 1.63
diff -c -3 -p -r1.63 tc-h8300.c
*** gas/config/tc-h8300.c	13 Jan 2010 14:08:52 -0000	1.63
--- gas/config/tc-h8300.c	19 May 2010 10:44:05 -0000
*************** static void
*** 146,152 ****
  h8300_elf_section (int push)
  {
    static const char * known_data_sections [] = { ".rodata", ".tdata", ".tbss" };
!   static const char * known_data_prefixes [] = { ".debug", ".gnu.warning" };
    char * saved_ilp = input_line_pointer;
    char * name;
  
--- 146,152 ----
  h8300_elf_section (int push)
  {
    static const char * known_data_sections [] = { ".rodata", ".tdata", ".tbss" };
!   static const char * known_data_prefixes [] = { ".debug", ".zdebug", ".gnu.warning" };
    char * saved_ilp = input_line_pointer;
    char * name;
  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-19 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-19 10:47 [Committed] Add .zdebug to the list of known sections in tc-h8300 Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).