diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-12 20:10:36 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-14 17:54:08 +0930 |
commit | 03aa968462e0345b2d846ca240b8c723d713761a (patch) | |
tree | 24ce25ae2f0d76f66cf27ad064db03b11de9352f /bfd/ChangeLog | |
parent | 24acfe5e2b7d4e6c0ccb72ffffc349d7fa88838d (diff) | |
download | gdb-03aa968462e0345b2d846ca240b8c723d713761a.zip gdb-03aa968462e0345b2d846ca240b8c723d713761a.tar.gz gdb-03aa968462e0345b2d846ca240b8c723d713761a.tar.bz2 |
powerpc max-page-size vs __QNXTARGET__
The default max-page-size on ppc32 has been 64k since 1995-02-15 (git
commit bcbe2c71). There was a change committed 2003-07-12 to chose a
4k page if __QNXTARGET__ is defined, but that particular commit was
from an earlier posted patch
https://sourceware.org/ml/binutils/2003-07/msg00211.html that only
made the change effective for arm, rather than the later one
https://sourceware.org/ml/binutils/2003-07/msg00220.html that also
changed powerpc and sh..
Since the __QNXTARGET__ #ifdef in elf32-ppc.c is ineffective unless
the user defines it in his or her CFLAGS, I'm removing that code.
* elf32-ppc.c (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Don't depend
on __QNXTARGET__ define.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7f999f7..c34cff6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2018-04-14 Alan Modra <amodra@gmail.com> + * elf32-ppc.c (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Don't depend + on __QNXTARGET__ define. + +2018-04-14 Alan Modra <amodra@gmail.com> + * config.bfd: Add powerpc-*-lynxos* and powerpc-*-windiss* to obsolete list. |