aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-05-23 08:17:10 +0000
committerAlan Modra <amodra@gmail.com>2002-05-23 08:17:10 +0000
commit68b2fc7af6c5303cbe64d9df581ade294975fa69 (patch)
tree016ee8fc8fec340a3de6e6723b76bbc9a55d7be5 /ld
parent18e1d4877373547c80bd8ac79a7884390f95f4a9 (diff)
downloadfsf-binutils-gdb-68b2fc7af6c5303cbe64d9df581ade294975fa69.zip
fsf-binutils-gdb-68b2fc7af6c5303cbe64d9df581ade294975fa69.tar.gz
fsf-binutils-gdb-68b2fc7af6c5303cbe64d9df581ade294975fa69.tar.bz2
* configure.in: Correct spelling of AC_PREREQ.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog8
-rw-r--r--ld/configure.in2
2 files changed, 7 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ae08f26..984957f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-23 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.in: Correct spelling of AC_PREREQ.
+
2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
* pe-dll.c (autofilter_liblist): Add more system libs excluded by
@@ -2756,7 +2760,7 @@ Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
* scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
Set DWARF2 sections to a VMA of zero.
-2000-12-01 Joel Sherrill <joel@OARcorp.com>
+2000-12-01 Joel Sherrill <joel@OARcorp.com>
* configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
New targets.
@@ -4174,7 +4178,7 @@ Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
(lang_one_common) Record size changes in octets.
(lang_abs_symbol_at_end_of) Section end symbol's value is
recorded in target bytes.
- * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
+ * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
to be clear about behavior when an octet is smaller than one byte.
2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
diff --git a/ld/configure.in b/ld/configure.in
index 34a6ad2..b89c2a1 100644
--- a/ld/configure.in
+++ b/ld/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script
dnl
-AC_PREREG(2.13)
+AC_PREREQ(2.13)
AC_INIT(ldmain.c)
AC_CANONICAL_SYSTEM