diff options
author | Nick Clifton <nickc@redhat.com> | 2010-05-19 10:47:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-05-19 10:47:49 +0000 |
commit | 9c8b3bfecd1fbea30d513b02785496b19bcb581d (patch) | |
tree | 3ee7133279e2eadd2921f7263ca13b0319f64a47 /gas/config/tc-h8300.c | |
parent | 6625d24e236a525781fda9482af925ade7f60c97 (diff) | |
download | gdb-9c8b3bfecd1fbea30d513b02785496b19bcb581d.zip gdb-9c8b3bfecd1fbea30d513b02785496b19bcb581d.tar.gz gdb-9c8b3bfecd1fbea30d513b02785496b19bcb581d.tar.bz2 |
* config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
of known section prefixes.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r-- | gas/config/tc-h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 62af180..1a32d24 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -146,7 +146,7 @@ static void h8300_elf_section (int push) { static const char * known_data_sections [] = { ".rodata", ".tdata", ".tbss" }; - static const char * known_data_prefixes [] = { ".debug", ".gnu.warning" }; + static const char * known_data_prefixes [] = { ".debug", ".zdebug", ".gnu.warning" }; char * saved_ilp = input_line_pointer; char * name; |