diff options
author | Doug Evans <dje@google.com> | 2012-10-15 20:36:12 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-10-15 20:36:12 +0000 |
commit | a9a72a65528db6edd47387f800bc20b549ba71f5 (patch) | |
tree | eecc7292689f5d1383c2c02c874ab1d18340bb7d /bfd/elf.c | |
parent | 9e3a7d65fb3252364680128123209e93919aaf14 (diff) | |
download | gdb-a9a72a65528db6edd47387f800bc20b549ba71f5.zip gdb-a9a72a65528db6edd47387f800bc20b549ba71f5.tar.gz gdb-a9a72a65528db6edd47387f800bc20b549ba71f5.tar.bz2 |
* elf.c (special_sections_d): Add comment.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2061,6 +2061,9 @@ static const struct bfd_elf_special_section special_sections_d[] = { { STRING_COMMA_LEN (".data"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE }, { STRING_COMMA_LEN (".data1"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE }, + /* There are more DWARF sections than these, but they needn't be added here + unless you have to cope with broken compilers that don't emit section + attributes or you want to help the user writing assembler. */ { STRING_COMMA_LEN (".debug"), 0, SHT_PROGBITS, 0 }, { STRING_COMMA_LEN (".debug_line"), 0, SHT_PROGBITS, 0 }, { STRING_COMMA_LEN (".debug_info"), 0, SHT_PROGBITS, 0 }, |