diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-11-02 19:49:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-11-02 19:49:24 +0000 |
commit | 0ac53ff04dbd409099b5f235780e13a23090001a (patch) | |
tree | cafa227ada313ea426ed8a423f7619cbdbd82398 /gas | |
parent | 685064606001a865162044835fb96ab597a341af (diff) | |
download | gdb-0ac53ff04dbd409099b5f235780e13a23090001a.zip gdb-0ac53ff04dbd409099b5f235780e13a23090001a.tar.gz gdb-0ac53ff04dbd409099b5f235780e13a23090001a.tar.bz2 |
* Makefile.am (STAGESTUFF): Change bin_PROGRAMS to
noinst_PROGRAMS.
(bootstrap, bootstrap2, bootstrap3): Likewise.
* Makefile.in: Rebuild.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cab46f0..1532f64 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Sun Nov 2 14:46:09 1997 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.am (STAGESTUFF): Change bin_PROGRAMS to + noinst_PROGRAMS. + (bootstrap, bootstrap2, bootstrap3): Likewise. + * Makefile.in: Rebuild. + + * config/tc-ppc.c (ppc_fix_adjustable): Don't adjust relocs in the + TOC section to be against the csect. + Fri Oct 31 18:19:55 1997 Ken Raeburn <raeburn@cygnus.com> start-sanitize-vr5400 |