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/config/tc-rce.c | |
parent | 7e2283d46cbc0f342eed40e5e35596264f8fe104 (diff) | |
download | binutils-d675782a06250d9f0b6d17cfa3be850634ffc27f.zip binutils-d675782a06250d9f0b6d17cfa3be850634ffc27f.tar.gz binutils-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/config/tc-rce.c')
-rw-r--r-- | gas/config/tc-rce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-rce.c b/gas/config/tc-rce.c index 700f9a1..cd1048d 100644 --- a/gas/config/tc-rce.c +++ b/gas/config/tc-rce.c @@ -28,7 +28,7 @@ #include "bfd.h" #include "subsegs.h" #define DEFINE_TABLE -#include "../opcodes/rce-opc.h" +#include "opcodes/rce-opc.h" #include <ctype.h> #include <string.h> |