diff options
author | K. Richard Pixley <rich@cygnus> | 1993-06-24 23:16:00 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-06-24 23:16:00 +0000 |
commit | b8774958a0e51280e863a907378158a852b1a5fa (patch) | |
tree | 39cb0bc450a7b20d1b41f5f88e220bc9a81b29f4 /gdb/ChangeLog | |
parent | 7ce122a2018d8cd33d299f1fe143b79c09592dcf (diff) | |
download | gdb-b8774958a0e51280e863a907378158a852b1a5fa.zip gdb-b8774958a0e51280e863a907378158a852b1a5fa.tar.gz gdb-b8774958a0e51280e863a907378158a852b1a5fa.tar.bz2 |
define OP_INCLUDE
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5826040..18164e9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Thu Jun 24 13:26:04 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * Makefile.in (OP_INCLUDE): define. + (OPCODE_CFLAGS): use OP_INCLUDE. + + * config/i386/ncr3000.mh, config/i386/i386v4.mh, + config/i386/i386sol2.mh, config/m68k/hp300hpux.mh, + config/m68k/amix.mh, config/mips/irix[34].mh, + config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA, + ALLOCA1): macros removed. + + * config/mips/decstation.mh, config/rs6000/rs6000.mh + (MMALLOC_LIB): renamed to MMALLOC. + Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * partial-stab.h: Consolidate case statements for N_LSYM and N_FUN. @@ -10,7 +24,7 @@ Wed Jun 23 15:04:54 1993 K. Richard Pixley (rich@sendai.cygnus.com) for makefile variables references. dropped leading ./ in file references. Drop $(srcdir)/ prefix on all dependencies. Inserted contents of alldeps.mak and depend. - (INCLUDE_CFLAGS): erdefined as new macro for getting libiberty's + (INCLUDE_CFLAGS): defined as new macro for getting libiberty's include directory into the compilation line. (GDB_CFLAGS): new macro to take up the semantic previously held by INCLUDE_CFLAGS. |