diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-03-09 08:23:46 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-03-09 08:23:46 -0700 |
commit | 384f368958f2a5bb083660e58e5f8a010e6ad429 (patch) | |
tree | 4d4bedb95a27d69fd9dcd2f5c40210d6eaec92a9 /opcodes/ChangeLog | |
parent | 0ba678c9ae62c20bb7f2370f51a4e9f1c8f2f409 (diff) | |
download | gdb-384f368958f2a5bb083660e58e5f8a010e6ad429.zip gdb-384f368958f2a5bb083660e58e5f8a010e6ad429.tar.gz gdb-384f368958f2a5bb083660e58e5f8a010e6ad429.tar.bz2 |
x86: Also pass -P to $(CPP) when processing i386-opc.tbl
Since i386-opc.tbl contains '\' to avoid very long lines and i386-gen
requires that each instruction must be in one line, also pass -P to
$(CPP) to inhibit generation of linemarkers in the output from the
preprocessor to support i386-gen.
* Makefile.am ($(srcdir)/i386-init.h): Also pass -P to $(CPP).
* Makefile.in: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 47a6372..62a843a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2020-03-09 H.J. Lu <hongjiu.lu@intel.com> + + * Makefile.am ($(srcdir)/i386-init.h): Also pass -P to $(CPP). + * Makefile.in: Regenerated. + 2020-03-09 Jan Beulich <jbeulich@suse.com> * i386-opc.tbl (avx_irel): New. Use is for AVX512 vpcmp* |