diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-05-03 13:26:41 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-05-03 13:26:41 +0200 |
commit | deea497309415b15c5fe5f5052bc7e529fe541c1 (patch) | |
tree | f4fdf87e42e6b730f90ecd92c9e50945bf876431 /gas/ChangeLog | |
parent | 4c398cc06d333fcb04772c04ea18db68587e8a1f (diff) | |
download | gdb-deea497309415b15c5fe5f5052bc7e529fe541c1.zip gdb-deea497309415b15c5fe5f5052bc7e529fe541c1.tar.gz gdb-deea497309415b15c5fe5f5052bc7e529fe541c1.tar.bz2 |
x86: fold both instances of lex_got()
I see no reason at all for us to carry two copies of almost identical
code. The differences, apart from the table entries, are benign. And
the #ifdef-ary doesn't really get any worse.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9410404..2743889 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2021-05-03 Jan Beulich <jbeulich@suse.com> + + * config/tc-i386.c (lex_got): Adjust surrounding #if. Fold TE_PE + variant into ELF one. + 2021-05-03 Alan Modra <amodra@gmail.com> * testsuite/gas/elf/section25.s: Don't start directives in first |