aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-06-03 22:54:50 +0000
committerNick Clifton <nickc@redhat.com>1998-06-03 22:54:50 +0000
commit537b2e5e863af4192aa3e2350df5de67d92baf60 (patch)
treefca054f454b3f157b5712775d5afcd075a892f18 /binutils/ChangeLog
parent77be9a8a19b8abc2b036c2c846e4700539c93a5a (diff)
downloadgdb-537b2e5e863af4192aa3e2350df5de67d92baf60.zip
gdb-537b2e5e863af4192aa3e2350df5de67d92baf60.tar.gz
gdb-537b2e5e863af4192aa3e2350df5de67d92baf60.tar.bz2
Implemented new command line options: --change-section-vma and --change-section-lma.
Tidied up the code.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 30c24bc..4ffb49b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,21 @@
Wed Jun 3 12:09:40 1998 Nick Clifton <nickc@cygnus.com>
+ * objcopy.c: Add new command line options: --change-section-lma
+ and --change-section-vma. Rename old command line option
+ --adjust-section-vma to --change-section-address. Rename
+ --adjust-vma to --change-addresses and --adjust-start to
+ --change-start. Provide aliases to support the old versions of
+ these command line options.
+
+ Change the names of macros and enum elements to upper case to
+ match the GNU coding standard.
+
+ Replace calls to fprintf (stderr,...) with calls to fatal () or
+ non_fatal () as appropriate.
+
+ * objcopy.1: Document command line option changes.
+ * binutils.texi: Document command line option changes.
+
* bucomm.h: New exported funtion from bucomm.c: non_fatal().
* bucomm.c (non_fatal): New exported function. Just like fatal()
except that it returns rather than calling xexit().