diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2012-03-14 05:04:18 +0000 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-14 05:04:18 +0000 |
| commit | 51e40b125fca4d48b283e535955f683dce935046 (patch) | |
| tree | 6ee3730933627cf0f318bf46038e45d003fb18d5 /sim/ppc/ChangeLog | |
| parent | ff1e452654d9ddb207b0c26c4baf39e254d9362b (diff) | |
| download | ppe42-binutils-51e40b125fca4d48b283e535955f683dce935046.tar.gz ppe42-binutils-51e40b125fca4d48b283e535955f683dce935046.zip | |
sim: ppc: fix compilation on AIX 7.1 due to st_pad name collisions
AIX 7.1 defines st_pad[123] to st_[amc]tim.tv_pad, respectively,
breaking declaration of st_pad[123] members in struct solaris_stat.
Undefine them as this is no less terrible than other solutions (like
renaming the fields and losing the binding to Solaris' names).
From: Michael Haubenwallner <haubi@s01en24.gentoo.org>
Diffstat (limited to 'sim/ppc/ChangeLog')
| -rw-r--r-- | sim/ppc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 769b2990e6..042a5586e0 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2012-03-14 Michael Haubenwallner <michael.haubenwallner@salomon.at> + + * emul_unix.c (st_pad1, st_pad2, st_pad3): Undefine. + 2012-01-02 Joel Brobecker <brobecker@adacore.com> * dp-bit.c: Reformat copyright header. |

