diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-31 21:09:39 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-31 21:09:39 +0000 |
commit | f641906be5812ffce356207b1248f9846c657a34 (patch) | |
tree | 828b88cde8facaf875e325a4dab21ff78057c634 | |
parent | 67ace729efea5b16f9b98e97f2d24b40c3d36ff3 (diff) | |
download | gdb-f641906be5812ffce356207b1248f9846c657a34.zip gdb-f641906be5812ffce356207b1248f9846c657a34.tar.gz gdb-f641906be5812ffce356207b1248f9846c657a34.tar.bz2 |
remove local variables, change-log-mode does all of that
-rw-r--r-- | gas/ChangeLog | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 681ba54..d817da1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Mon Jul 31 12:16:21 1995 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Define. From Niclas + Andersson <nican@ida.liu.se>. + +Thu Jul 27 20:47:12 1995 Ken Raeburn <raeburn@cygnus.com> + + * config/obj-coff.c (fixup_segment): Don't do further pcrel + processing after converting difference of two symbols in the + same segment. From Jim Wilson. + + * configure.in (i386-*-linuxoldld): Add as synonym for + i386-*-linux*aout*. From Fred Fish. + * configure: Regenerated. + Thu Jul 27 16:14:56 1995 Pat Rankin <rankin@eql.caltech.edu> * config/obj-vms.c (enum ps_type {ps_TEXT,ps_DATA,ps_COMMON, @@ -11316,11 +11331,3 @@ Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com) * nearly everything. flush ChangeLog, package as gas-1.92.1. ChangeLog's prior to this are sketchy at best. I have logs. They just aren't ChangeLogs. - - -Local Variables: -mode: indented-text -left-margin: 8 -fill-column: 74 -version-control: never -End: |