From 0ef88e5d5ca9e2cc0998a6280e8b07d6bbf3aa57 Mon Sep 17 00:00:00 2001 From: dogcow Date: Wed, 5 Mar 2003 00:06:34 +0000 Subject: [PATCH] note changes to mdsetimage (which broke after the binutils update) --- doc/CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index 35581f1ec8f5..3b0ee4445777 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.108 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.109 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -305,3 +305,5 @@ Changes from NetBSD 1.6 to NetBSD 2.0: libc: Add _Exit(), the C99 name for _exit(). [bjh21 20030301] acorn26: Add support for the 82C710 multi-I/O chip, as found in (some?) A5000s. [bjh21 20030301] + mdsetimage(1): only use libbfd calls to get symbol information; writing + is now done directly into the file. [dogcow 20030304]