diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-06-11 06:19:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-06-11 06:31:59 -0700 |
commit | 2748c1b17e37c5acfae9d5dbcc627350c3d38167 (patch) | |
tree | 52c943a2e4f92ba781e8d1fa376ae9a76e4afdf6 /gas/ChangeLog | |
parent | 28b2963ffb4b55cbe720538040623f5c7ccb0a1b (diff) | |
download | gdb-2748c1b17e37c5acfae9d5dbcc627350c3d38167.zip gdb-2748c1b17e37c5acfae9d5dbcc627350c3d38167.tar.gz gdb-2748c1b17e37c5acfae9d5dbcc627350c3d38167.tar.bz2 |
x86: Always define TC_PARSE_CONS_EXPRESSION
Always define TC_PARSE_CONS_EXPRESSION to properly wrap constants for
all x86 targets.
* config/tc-i386.c (x86_cons): Handle GOT/PLT relocations only
if needed.
* config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Always define.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 11693d3..6bcb035 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2021-06-11 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.c (x86_cons): Handle GOT/PLT relocations only + if needed. + * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Always define. + 2021-06-11 Nelson Chu <nelson.chu@sifive.com> * config/tc-riscv.c (riscv_set_arch): Call riscv_set_rvc |