diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-09-07 22:07:47 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-09-07 22:07:47 +0000 |
commit | c632873c27144551ef119f4c9e165d296e9fd25d (patch) | |
tree | 0d53c906d3d990b867bfed2c2a046002b0704454 /sim/sh/ChangeLog | |
parent | 3dce804d95038e79221db090a067112bbca304d1 (diff) | |
download | gdb-c632873c27144551ef119f4c9e165d296e9fd25d.zip gdb-c632873c27144551ef119f4c9e165d296e9fd25d.tar.gz gdb-c632873c27144551ef119f4c9e165d296e9fd25d.tar.bz2 |
(Try to) Update to new bfd autoconf scheme.
* run.c: Don't include sysdep.h.
* Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
(CC, CFLAGS, AR, RANLIB): Likewise.
(HDEFINES, TDEFINES): Define.
(CC_FOR_BUILD): Delete.
(host_makefile_frag): Delete.
(Makefile): Don't depend on frags.
* configure.in (sysdep.h): Don't create symlink.
(host_makefile_frag, frags): Deleted.
(CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
* configure: Regenerated.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r-- | sim/sh/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 9c0a530..752fd80 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,24 @@ +Thu Sep 7 15:02:31 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + (Try to) Update to new bfd autoconf scheme. + * run.c: Don't include sysdep.h. + * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value. + (CC, CFLAGS, AR, RANLIB): Likewise. + (HDEFINES, TDEFINES): Define. + (CC_FOR_BUILD): Delete. + (host_makefile_frag): Delete. + (Makefile): Don't depend on frags. + * configure.in (sysdep.h): Don't create symlink. + (host_makefile_frag, frags): Deleted. + (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values. + * configure: Regenerated. + +start-sanitize-sh3e +Thu Aug 31 12:39:07 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * interp.c: Include <math.h>. + +end-sanitize-sh3e Wed Aug 30 22:05:17 1995 Jeff Law (law@snake.cs.utah.edu) * Makefile.in (run): Link in math library too. |