diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-09-08 13:59:49 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-09-08 13:59:49 +0000 |
commit | 4f965b817e1b214f1c163f24c2040f9d587c26ba (patch) | |
tree | 0b3932157bc697e9d619e09cc2666c094d2e2efb /sim/ppc/ChangeLog | |
parent | 84c1534f027b67811317f499d63c62541f792cbe (diff) | |
download | gdb-4f965b817e1b214f1c163f24c2040f9d587c26ba.zip gdb-4f965b817e1b214f1c163f24c2040f9d587c26ba.tar.gz gdb-4f965b817e1b214f1c163f24c2040f9d587c26ba.tar.bz2 |
Do not include sysdep.h, bfd no longer provides it
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 5fc6a07..6ba9a81 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,28 @@ +Fri Sep 8 09:51:03 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * configure{,.in}: Don't include sysdep.h from bfd, since bfd no + longer provides it. + * basics.h (sysdep.h): Don't include it. + * Makefile.in (BASICS_H): Remove sysdep.h. + +Wed Sep 6 13:25:42 1995 Andrew Cagney - aka Noid <cagney@kremvax> + + * core.c (core_add_data): First growth of bss was being put at + wrong address (0) instead of &end. + + * core.c (core_add_stack, core_add_data): Was not handling case + where bss/stack is grown across the current end-of-{bss,stack}. + +Wed Sep 6 00:46:10 1995 Andrew Cagney - aka Noid <cagney@kremvax> + + * system.c (system_call): Fix SYS_break - was aligning bss to a + page boundary instead of just an 8 byte one; On first call sbrk(0) + != sbrk(0). + +Thu Aug 24 14:48:54 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * Makefile.in (install): Fix install rule. + Tue Aug 22 09:31:18 1995 Michael Meissner <meissner@tiktok.cygnus.com> * system.c (system_call): Add read support. |