aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-17 19:03:32 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-17 19:05:59 -0400
commita49dd19e81deb6d6c4af0fcadd94be1574f0b7dc (patch)
tree48b98b45d3d426ea5a5cff731383864199559a57 /sim/ppc/ChangeLog
parent336b30e58ae98fe66862ab8480d3f7bb885fef23 (diff)
downloadfsf-binutils-gdb-a49dd19e81deb6d6c4af0fcadd94be1574f0b7dc.zip
fsf-binutils-gdb-a49dd19e81deb6d6c4af0fcadd94be1574f0b7dc.tar.gz
fsf-binutils-gdb-a49dd19e81deb6d6c4af0fcadd94be1574f0b7dc.tar.bz2
sim: ppc: avoid "PAGE_SIZE" name
This define is used for a particular target and depends on the simulated CPU hardware. It has no relation to the host CPU that the sim is running on. So rename the common "PAGE_SIZE" here to better reflect its usage and avoid conflicts with system headers.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 05178aa..280234a 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-17 Mike Frysinger <vapier@gentoo.org>
+
+ * igen.c (gen_semantics_h): Rename PAGE_SIZE to MPC860C0_PAGE_SIZE.
+ * ppc-instructions: Likewise.
+
2021-06-16 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Delete AC_EXEEXT call.