diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/ppc.h | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 5e6ed7e..53c423b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2018-12-28 Alan Modra <amodra@gmail.com> + + PR 24028 + * opcode/ppc.h (PPC_INT_FMT): Delete. + 2018-12-14 H.J. Lu <hongjiu.lu@intel.com> PR ld/23900 diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index c7262f1..c6b978e 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -30,14 +30,6 @@ extern "C" { typedef uint64_t ppc_cpu_t; -#if BFD_HOST_64BIT_LONG -# define PPC_INT_FMT "l" -#elif defined (__MSVCRT__) -# define PPC_INT_FMT "I64" -#else -# define PPC_INT_FMT "ll" -#endif - /* The opcode table is an array of struct powerpc_opcode. */ struct powerpc_opcode |