* emultempl/aix.em: Use include <> for generated headers.
* emultempl/beos.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/pe.em: Likewise. * ldctor.c: Likewise. * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldlex.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * ldwrite.c: Likewise. * lexsup.c: Likewise. * mri.c: Likewise. * pe-dll.c: Likewise.
This commit is contained in:
parent
3d82a647ca
commit
df2a731323
16 changed files with 34 additions and 15 deletions
19
ld/ChangeLog
19
ld/ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2002-10-29 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* emultempl/aix.em: Use include <> for generated headers.
|
||||
* emultempl/beos.em: Likewise.
|
||||
* emultempl/elf32.em: Likewise.
|
||||
* emultempl/pe.em: Likewise.
|
||||
* ldctor.c: Likewise.
|
||||
* ldexp.c: Likewise.
|
||||
* ldfile.c: Likewise.
|
||||
* ldlang.c: Likewise.
|
||||
* ldlex.c: Likewise.
|
||||
* ldlex.l: Likewise.
|
||||
* ldmain.c: Likewise.
|
||||
* ldmisc.c: Likewise.
|
||||
* ldwrite.c: Likewise.
|
||||
* lexsup.c: Likewise.
|
||||
* mri.c: Likewise.
|
||||
* pe-dll.c: Likewise.
|
||||
|
||||
2002-10-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
|
||||
|
|
|
@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "ldfile.h"
|
||||
#include "ldemul.h"
|
||||
#include "ldctor.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
|
||||
#include "coff/internal.h"
|
||||
#include "coff/xcoff.h"
|
||||
|
|
|
@ -42,7 +42,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "ldlang.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldemul.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlex.h"
|
||||
#include "ldmisc.h"
|
||||
#include "ldctor.h"
|
||||
|
|
|
@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "ldlang.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldemul.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "elf/common.h"
|
||||
|
||||
static void gld${EMULATION_NAME}_before_parse
|
||||
|
|
|
@ -56,7 +56,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "ldlang.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldemul.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlex.h"
|
||||
#include "ldmisc.h"
|
||||
#include "ldctor.h"
|
||||
|
|
|
@ -29,7 +29,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
#include "ldexp.h"
|
||||
#include "ldlang.h"
|
||||
#include "ldmisc.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldmain.h"
|
||||
#include "ldctor.h"
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
#include "ldmain.h"
|
||||
#include "ldmisc.h"
|
||||
#include "ldexp.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlang.h"
|
||||
#include "libiberty.h"
|
||||
#include "safe-ctype.h"
|
||||
|
|
|
@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
#include "ldlang.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldmain.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlex.h"
|
||||
#include "ldemul.h"
|
||||
#include "libiberty.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "ldmain.h"
|
||||
#include "ldexp.h"
|
||||
#include "ldlang.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlex.h"
|
||||
#include "ldmisc.h"
|
||||
#include "ldctor.h"
|
||||
|
|
|
@ -42,7 +42,7 @@ This was written by steve chamberlain
|
|||
#include "ldmisc.h"
|
||||
#include "ldexp.h"
|
||||
#include "ldlang.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldfile.h"
|
||||
#include "ldlex.h"
|
||||
#include "ldmain.h"
|
||||
|
|
|
@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
#include "ldwrite.h"
|
||||
#include "ldexp.h"
|
||||
#include "ldlang.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlex.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldemul.h"
|
||||
|
|
|
@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
#include "ldmisc.h"
|
||||
#include "ldexp.h"
|
||||
#include "ldlang.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlex.h"
|
||||
#include "ldmain.h"
|
||||
#include "ldfile.h"
|
||||
|
|
|
@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#include "ldlang.h"
|
||||
#include "ldwrite.h"
|
||||
#include "ldmisc.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldmain.h"
|
||||
|
||||
static void build_link_order PARAMS ((lang_statement_union_type *));
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "ldmisc.h"
|
||||
#include "ldexp.h"
|
||||
#include "ldlang.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldlex.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldver.h"
|
||||
|
|
2
ld/mri.c
2
ld/mri.c
|
@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
|||
#include "ldlang.h"
|
||||
#include "ldmisc.h"
|
||||
#include "mri.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "libiberty.h"
|
||||
|
||||
struct section_name_struct {
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "ldlang.h"
|
||||
#include "ldwrite.h"
|
||||
#include "ldmisc.h"
|
||||
#include "ldgram.h"
|
||||
#include <ldgram.h>
|
||||
#include "ldmain.h"
|
||||
#include "ldfile.h"
|
||||
#include "ldemul.h"
|
||||
|
|
Loading…
Reference in a new issue