From 5a0517735a47db1eea68bad63ae6930fef766faa Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 4 Jan 1994 23:35:56 +0000 Subject: Tue Jan 4 15:12:43 1994 Stan Shebs (shebs@andros.cygnus.com) * Makefile.in (INCLUDES): Add $(srcdir)/.. to places to search. * config/obj-ecoff.c: Include files as "bfd/" instead of "../bfd/". * app.c, flonum.h, hex-value.c (const): Change #if to be more portable. --- gas/config/obj-ecoff.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'gas/config/obj-ecoff.c') diff --git a/gas/config/obj-ecoff.c b/gas/config/obj-ecoff.c index 7d997a4..8426c7a 100644 --- a/gas/config/obj-ecoff.c +++ b/gas/config/obj-ecoff.c @@ -1,5 +1,5 @@ /* ECOFF object file format. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1994 Free Software Foundation, Inc. Contributed by Cygnus Support. This file was put together by Ian Lance Taylor . @@ -21,8 +21,8 @@ #include "as.h" #include "coff/internal.h" -#include "../bfd/libcoff.h" -#include "../bfd/libecoff.h" +#include "bfd/libcoff.h" +#include "bfd/libecoff.h" /* Almost all of the ECOFF support is actually in ecoff.c in the main gas directory. This file mostly just arranges to call that one at @@ -156,9 +156,6 @@ ecoff_frob_file () (file_ptr) 0, sizeof s) == false) as_fatal ("Can't write REGINFO section"); } - - bfd_set_symtab (stdoutput, bfd_get_outsymbols (stdoutput), - (unsigned int) (hdr->isymMax + hdr->iextMax)); } /* This is called by the ECOFF code to set the external information -- cgit v1.1