diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-12-16 15:02:48 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-12-16 15:02:48 +0000 |
commit | 98a497b3e9f7a6384ea581610e085e326cf46b4c (patch) | |
tree | 396813dd350f4d344377dc89db09f755c4a5a470 /sim | |
parent | a585028b8852be72086d762641588913b1d56d48 (diff) | |
download | fsf-binutils-gdb-98a497b3e9f7a6384ea581610e085e326cf46b4c.zip fsf-binutils-gdb-98a497b3e9f7a6384ea581610e085e326cf46b4c.tar.gz fsf-binutils-gdb-98a497b3e9f7a6384ea581610e085e326cf46b4c.tar.bz2 |
Work with new and old BFDs; Do not inline model externs functions by default
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 4ea9ded..6b38aa8 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -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> |