From 8c92d9818f5a178441fecaed33186f005b85f077 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 15 Oct 2012 20:36:11 +0000 Subject: * elf.c (special_sections_d): Add comment. --- bfd/elf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 059887bb6da..f01480bf836 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -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 }, -- cgit v1.2.1