diff options
author | H.J. Lu <hjl@lucon.org> | 2000-11-08 00:24:23 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2000-11-08 00:24:23 +0000 |
commit | d5dea050c559bc6c46acb0ef9616492679df7c82 (patch) | |
tree | d64c042b66e0017f38b6c68b1ccc8986245c8d30 /gas/config/obj-aout.c | |
parent | 7b494f5fd813b033ae81411e6216527bf3d1daad (diff) | |
download | binutils-redhat-d5dea050c559bc6c46acb0ef9616492679df7c82.tar.gz |
2000-11-07 H.J. Lu <hjl@gnu.org>
* doc/as.texinfo (.symver): Updated for versioned symbol
reference.
* obj.h (format_ops): Add the frob_file_before_adjust field.
* config/obj-aout.c (aout_format_ops): Set the
frob_file_before_adjust field to 0.
* config/obj-coff.c (coff_format_ops): Likewise.
* config/obj-ecoff.c (ecoff_format_ops): Likewise.
* config/obj-elf.c (obj_elf_symver): Allow duplicated version
name.
(elf_frob_file_before_adjust): New function to remove unneeded
versioned symbols from the symbol table.
(elf_format_ops): Set the frob_file_before_adjust field to
elf_frob_file_before_adjust.
* config/obj-elf.h (obj_frob_file_before_adjust): Defined if
not defined.
* config/obj-multi.h (obj_frob_file_before_adjust): Defined.
Diffstat (limited to 'gas/config/obj-aout.c')
-rw-r--r-- | gas/config/obj-aout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/obj-aout.c b/gas/config/obj-aout.c index f24af61500..67bb18e2d5 100644 --- a/gas/config/obj-aout.c +++ b/gas/config/obj-aout.c @@ -732,6 +732,7 @@ const struct format_ops aout_format_ops = 0, /* app_file */ obj_aout_frob_symbol, obj_aout_frob_file, + 0, /* frob_file_before_adjust */ 0, /* frob_file_after_relocs */ 0, /* s_get_size */ 0, /* s_set_size */ |