diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-19 19:54:44 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-19 19:54:44 +0000 |
commit | 987622b523bff105af2ebdfb33ef7c4c99b03def (patch) | |
tree | 797d177106419c7342998cd1e7fbb542d164303d /gdb/ChangeLog | |
parent | c24ce5e2323d93477d3503beccb88e3054bbda39 (diff) | |
download | gdb-987622b523bff105af2ebdfb33ef7c4c99b03def.zip gdb-987622b523bff105af2ebdfb33ef7c4c99b03def.tar.gz gdb-987622b523bff105af2ebdfb33ef7c4c99b03def.tar.bz2 |
* Makefile.in (CC-LD): Rename to CC_LD, so MPW xform works.
(MMALLOC_SRC): Define.
(MMALLOC_CFLAGS): Use.
(ser-mac.o): Add rule.
* dwarfread.c, somread.c, ultra3-nat.c, xcoffread.c: Replace L_SET
with SEEK_SET in all calls to bfd_seek.
* scm-tags.h (scm_tags): Remove excess comma.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 950073d..038b39e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ Thu Oct 19 12:15:37 1995 Stan Shebs <shebs@andros.cygnus.com> + * Makefile.in (CC-LD): Rename to CC_LD, so MPW xform works. + (MMALLOC_SRC): Define. + (MMALLOC_CFLAGS): Use. + (ser-mac.o): Add rule. + * dwarfread.c, somread.c, ultra3-nat.c, xcoffread.c: Replace L_SET + with SEEK_SET in all calls to bfd_seek. + * scm-tags.h (scm_tags): Remove excess comma. + * mpw-config.in: Adapt to work with autoconf'ed configury; build config.h, add empty definitions to mk.tmp. (powerpc-apple-macos): Make it work. |