summaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-05-19 10:47:48 +0000
committerNick Clifton <nickc@redhat.com>2010-05-19 10:47:48 +0000
commit5f1eec0e38fa9222976a8f144902c4b743ca41d4 (patch)
tree29761a07135a43725bd497fbc10c37b1dfee9a73 /gas/config/tc-h8300.c
parent879a0a69ca98f1576bd624336d854b969b1a0067 (diff)
downloadbinutils-redhat-5f1eec0e38fa9222976a8f144902c4b743ca41d4.tar.gz
* 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c
index 62af180339..1a32d24f5a 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;