aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-11-20 01:02:44 +0000
committerAlan Modra <amodra@gmail.com>2002-11-20 01:02:44 +0000
commit1a3fdaa7030cb9d38bd5ca5ef5610918beb78e37 (patch)
treeafcea7b1801f0e03d5e7ca8eb8543a3028d98891 /ld
parent9ba8d803d07cacb02f6fcc61df1564d1141d786a (diff)
downloadgdb-1a3fdaa7030cb9d38bd5ca5ef5610918beb78e37.zip
gdb-1a3fdaa7030cb9d38bd5ca5ef5610918beb78e37.tar.gz
gdb-1a3fdaa7030cb9d38bd5ca5ef5610918beb78e37.tar.bz2
* emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
Also move some changelog entries to where they belong.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog10
-rw-r--r--ld/emulparams/elf64ppc.sh2
-rw-r--r--ld/testsuite/ChangeLog19
3 files changed, 20 insertions, 11 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 304973e..564633b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,6 +1,6 @@
-2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
+2002-11-20 Alan Modra <amodra@bigpond.net.au>
- * testsuite/ld-scripts/script.exp: Setup for tic4x testcase
+ * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
2002-11-14 Egor Duda <deo@logos-m.ru>
@@ -21,7 +21,7 @@
2002-11-12 Earl Chew <earl_chew@agilent.com>
* ldlang.c (lang_add_section): Discard debugging sections that have
- been marked SEC_EXCLUDE.
+ been marked SEC_EXCLUDE.
2002-11-12 Nick Clifton <nickc@redhat.com>
@@ -3411,8 +3411,6 @@
* Makefile.in: Regenerate.
* configure.tgt: Add ia64-*-aix* mapping.
* emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
- * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
- AIX-specific test.
2001-02-20 H.J. Lu <hjl@gnu.org>
@@ -5089,8 +5087,6 @@
mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
Add missing NULL initialisers, and comments.
- * testsuite/ld-srec/sr3.cc (__rethrow): New.
-
2000-01-21 Nick Clifton <nickc@cygnus.com>
* ldlang.c (lang_size_sections): Fix typo in comment.
diff --git a/ld/emulparams/elf64ppc.sh b/ld/emulparams/elf64ppc.sh
index 305af48..fda7728 100644
--- a/ld/emulparams/elf64ppc.sh
+++ b/ld/emulparams/elf64ppc.sh
@@ -5,7 +5,7 @@ GENERATE_SHLIB_SCRIPT=yes
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf64-powerpc"
TEXT_START_ADDR=0x10000000
-SEGMENT_SIZE=0x10000000
+#SEGMENT_SIZE=0x10000000
MAXPAGESIZE=0x10000
COMMONPAGESIZE=0x1000
ARCH=powerpc:common64
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 5460327..0fe80b0 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
+
+ * ld-scripts/script.exp: Setup for tic4x testcase
+
2002-11-15 Nick Clifton <nickc@redhat.com>
* ld-h8300: New directory.
@@ -137,11 +141,11 @@
* ld-sh/sh64/gotplt.d, ld-sh/sh64/gotplt.map,
ld-sh/sh64/gotplt.s: New test.
-
+
2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
* ld-sh/sh64/cmpct1.sd : Fix linked file name.
* ld-sh/sh64/crange3.dd: Likewise.
-
+
2002-10-01 Jakub Jelinek <jakub@redhat.com>
* ld-i386/i386.exp: Add tlsindntpoff test.
@@ -404,7 +408,7 @@
2002-07-09 Richard Sandiford <rsandifo@redhat.com>
- * ld-scripts/dynamic-sections*: New test.
+ * ld-scripts/dynamic-sections*: New test.
2002-07-09 Hans-Peter Nilsson <hp@axis.com>
@@ -1213,6 +1217,11 @@
known endianness.
(default_ld_simple_link): Ditto.
+2001-02-22 Timothy Wall <twall@cygnus.com>
+
+ * ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
+ AIX-specific test.
+
2001-02-14 H.J. Lu <hjl@gnu.org>
* ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
@@ -1233,6 +1242,10 @@
to soft registers, define them with --defsym.
* ld-selective/selective.exp: Likewise.
+2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
+
+ * ld-srec/sr3.cc (__rethrow): New.
+
2001-01-14 Hans-Peter Nilsson <hp@bitrange.com>
* ld-sh/sh.exp: Use --oformat srec, not -oformat srec.