From 5f1eec0e38fa9222976a8f144902c4b743ca41d4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 19 May 2010 10:47:48 +0000 Subject: [PATCH] * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list of known section prefixes. --- gas/ChangeLog | 5 +++++ gas/config/tc-h8300.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 13f1a2e78..9386fea55 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-05-19 Nick Clifton + + * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list + of known section prefixes. + 2010-05-18 H.J. Lu PR gas/11600 diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 62af18033..1a32d24f5 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; -- 2.11.4.GIT