Write (half-assed) ChangeLog entry for sef changes.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 23 Aug 1993 19:35:33 +0000 (19:35 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 23 Aug 1993 19:35:33 +0000 (19:35 +0000)
Change name of target from netbsd-386 to a.out-netbsd-386 so that GDB
can recognize it as an a.out variant.

bfd/ChangeLog
bfd/netbsd386.c

index 99bb57d20c004a4d1aa7cdb6521cd581caf63bcd..0049dd827ad74abb1f88527368a6037eb64e390b 100644 (file)
@@ -1,3 +1,11 @@
+Mon Aug 23 1993  Sean Fagan  (sef@cygnus.com)
+                and Jim Kingdon  (kingdon@cygnus.com)
+
+       Add NetBSD support:
+       * netbsd386.c: New file.
+       * Makefile.in, aout-target.h, config.bfd, configure.host, configure.in,
+       libaout.h, targets.c: Other changes.
+
 Fri Aug 20 17:04:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * config/m88k-elf.mt: New file.
index 207638a31c10eb6abbec2d5b5ecaf9802542c579..0cf5193b9a2d652f8b434a1c91f949799bbb0336 100644 (file)
@@ -33,7 +33,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_I386 || (mtype) == M_UNKNOWN)
 
 #define MY(OP) CAT(netbsd386_,OP)
-#define TARGETNAME "netbsd-386"
+/* This needs to start with a.out so GDB knows it is an a.out variant.  */
+#define TARGETNAME "a.out-netbsd-386"
 
 #define N_MAGIC(ex) \
     ( (((ex).a_info)&0xffff0000) ? (ntohl(((ex).a_info))&0xffff) : ((ex).a_info))