]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Work with new and old BFDs; Do not inline model externs functions by default
authorMichael Meissner <gnu@the-meissners.org>
Sat, 16 Dec 1995 15:02:48 +0000 (15:02 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Sat, 16 Dec 1995 15:02:48 +0000 (15:02 +0000)
sim/ppc/ChangeLog

index 4ea9dedd0f11732ebf37b4e598699e3c7b747729..6b38aa812b9b5db3e623ed5d307f3130140d38cf 100644 (file)
@@ -1,8 +1,19 @@
+Sat Dec 16 09:54:18 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
+
+       * emul_netbsd.c (emul_netbsd_create): Deal with new BFD that
+       changed how big/little endian support is recorded, while remaining
+       compatible with the old BFD with #ifdefs.
+       * emul_chirp.c (emul_chirp_create): Ditto.
+       * emul_bugapi.c (emul_bugapi_create): Ditto.
+
 Fri Dec 15 15:55:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
+       * std-config.h (MODEL_INLINE): Turn off INLINE_MODULE by default.
+
        * corefile.h: Delete declarations for unknown functions.
        * device.h: Ditto.
        * interrupts.h: Ditto.
+       * interrupts.c: Ditto.
 
 Thu Dec 14 18:49:34 1995  Andrew Cagney  <cagney@highland.com.au>