mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
of known section prefixes.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-05-19 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
|
||||||
|
of known section prefixes.
|
||||||
|
|
||||||
2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
|
2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/11600
|
PR gas/11600
|
||||||
|
@ -146,7 +146,7 @@ static void
|
|||||||
h8300_elf_section (int push)
|
h8300_elf_section (int push)
|
||||||
{
|
{
|
||||||
static const char * known_data_sections [] = { ".rodata", ".tdata", ".tbss" };
|
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 * saved_ilp = input_line_pointer;
|
||||||
char * name;
|
char * name;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user