diff options
author | Alan Modra <amodra@gmail.com> | 2017-04-27 12:20:10 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-04-27 12:20:10 +0930 |
commit | f2d830a50def7a00a911620a3e9c7d920e5ef0f0 (patch) | |
tree | 6336aa0144377a6301da4428445dcee69dd89cfc /gas/ChangeLog | |
parent | 76c20d54ca5042e11af9ddf5723cc24cf47736ec (diff) | |
download | gdb-f2d830a50def7a00a911620a3e9c7d920e5ef0f0.zip gdb-f2d830a50def7a00a911620a3e9c7d920e5ef0f0.tar.gz gdb-f2d830a50def7a00a911620a3e9c7d920e5ef0f0.tar.bz2 |
Tidy S_FORCE_RELOC
Separate out symbol flag reasons from section reasons to force a
reloc. Yes, this adds another section test to the local symbol case
too.
* symbols.c (S_FORCE_RELOC): Separate section and symbol tests.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6156e1e..d88f003 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-04-27 Alan Modra <amodra@gmail.com> + + * symbols.c (S_FORCE_RELOC): Separate section and symbol tests. + 2017-04-26 Maciej W. Rozycki <macro@imgtec.com> * config/tc-mips.c (RELAX_ENCODE): Add `PIC' flag. |