diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-20 20:07:41 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-20 20:07:41 +0000 |
commit | d675782a06250d9f0b6d17cfa3be850634ffc27f (patch) | |
tree | f269f7aba9aa65f7899d90bc5d05f21b10784282 /gas/ChangeLog | |
parent | 7e2283d46cbc0f342eed40e5e35596264f8fe104 (diff) | |
download | gdb-d675782a06250d9f0b6d17cfa3be850634ffc27f.zip gdb-d675782a06250d9f0b6d17cfa3be850634ffc27f.tar.gz gdb-d675782a06250d9f0b6d17cfa3be850634ffc27f.tar.bz2 |
* config/obj-aout.h, config/obj-coff.c, config/obj-elf.h, config/obj-som.h,
config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h, config/tc-sh.c,
config/tc-z8k.c: Don't rely on use of ".." when including header files.
* config/tc-rce.c: Ditto.
* config/obj-coff.c (fixup_segment): Reformat condition in an `if' statement.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 75ecc1f..82d344b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,16 @@ Tue Dec 20 14:56:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + * config/obj-aout.h, config/obj-coff.c, config/obj-elf.h, + config/obj-som.h, config/tc-h8500.c, config/tc-hppa.c, + config/tc-hppa.h, config/tc-sh.c, config/tc-z8k.c: Don't rely on + use of ".." when including header files. +start-sanitize-rce + * config/tc-rce.c: Ditto. +end-sanitize-rce + + * config/obj-coff.c (fixup_segment): Reformat condition in an `if' + statement. + * Makefile.in (SUBDIR_INCLUDES): Deleted. Tue Dec 20 13:40:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> |