diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-22 11:38:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-22 11:38:43 +0000 |
commit | b98ef1471759a163fe92ed584e01df9a2505cca9 (patch) | |
tree | c3b439120b6537d14b59f4b869552884d1e87607 /gas/ChangeLog | |
parent | 74b7792f0fcae41f7c7da524527b7261a3fd68c4 (diff) | |
download | gdb-b98ef1471759a163fe92ed584e01df9a2505cca9.zip gdb-b98ef1471759a163fe92ed584e01df9a2505cca9.tar.gz gdb-b98ef1471759a163fe92ed584e01df9a2505cca9.tar.bz2 |
Keep a reloc for jumps to weak and external symbols.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a03ab12..d9aabdd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-05-22 Alan Modra <alan@linuxcare.com.au> + + * config/tc-i386.c (tc_i386_fix_adjustable): Prevent adjustment + for OBJ_MAYBE_ELF too. Use S_IS_EXTERNAL instead of S_IS_EXTERN. + (md_estimate_size_before_relax): Ensure jumps to weak and + externally visible symbols are relocatable. + Sat May 20 16:41:55 2000 Hans-Peter Nilsson <hp@axis.com> * stabs.c (aout_process_stab): Make global. |