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-hppa.c | |
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/config/tc-hppa.c')
-rw-r--r-- | gas/config/tc-hppa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 976b76a..d0806fb 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -27,8 +27,8 @@ #include "as.h" #include "subsegs.h" -#include "../bfd/libhppa.h" -#include "../bfd/libbfd.h" +#include "bfd/libhppa.h" +#include "bfd/libbfd.h" /* Be careful, this file includes data *declarations*. */ #include "opcode/hppa.h" |