summaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-08-12 12:40:55 +0000
committerTristan Gingold <gingold@adacore.com>2009-08-12 12:40:55 +0000
commitcf49742c2ec58f5552c51d81309aaaab67e17100 (patch)
treebbb874607d2282bc462b4453d0529681924276a2 /ld/ld.h
parent436e58dbb4a7599771fa5efce8a9b2c3b748e2bf (diff)
downloadbinutils-redhat-cf49742c2ec58f5552c51d81309aaaab67e17100.tar.gz
2009-08-12 Tristan Gingold <gingold@adacore.com>
* ld.h (fat_user_section_struct): Add map_symbol_def_count field. * ldlang.c (hash_entry_addr_cmp): New function. (print_all_symbols): Sort the symbols by address before printing them.
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 018c08092a..32a140a34a 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -114,6 +114,7 @@ typedef struct fat_user_section_struct {
list of hash table entries for symbols defined in this section. */
struct map_symbol_def *map_symbol_def_head;
struct map_symbol_def **map_symbol_def_tail;
+ unsigned long map_symbol_def_count;
} fat_section_userdata_type;
#define get_userdata(x) ((x)->userdata)