]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/ChangeLog
x86: Also pass -P to $(CPP) when processing i386-opc.tbl
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 9 Mar 2020 15:23:46 +0000 (08:23 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 9 Mar 2020 15:23:46 +0000 (08:23 -0700)
commit384f368958f2a5bb083660e58e5f8a010e6ad429
tree4d4bedb95a27d69fd9dcd2f5c40210d6eaec92a9
parent0ba678c9ae62c20bb7f2370f51a4e9f1c8f2f409
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.
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in