mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
1999-09-13 Donn Terry <donn@interix.com>
* emultempl/pe.em: Remove the output file at the start, in case it is not writable.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
1999-09-13 Donn Terry <donn@interix.com>
|
||||||
|
|
||||||
|
* emultempl/pe.em: Remove the output file at the start, in case it
|
||||||
|
is not writable.
|
||||||
|
|
||||||
Mon Sep 13 00:17:18 1999 Jeffrey A Law (law@cygnus.com)
|
Mon Sep 13 00:17:18 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
|
* emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# This shell script emits a C file. -*- C -*-
|
# This shell script emits a C file. -*- C -*-
|
||||||
# It does some substitutions.
|
# It does some substitutions.
|
||||||
(echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
|
rm -f e${EMULATION_NAME}.c
|
||||||
|
(echo;echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
|
||||||
cat >>e${EMULATION_NAME}.c <<EOF
|
cat >>e${EMULATION_NAME}.c <<EOF
|
||||||
/* This file is part of GLD, the Gnu Linker.
|
/* This file is part of GLD, the Gnu Linker.
|
||||||
Copyright 1995, 96, 97, 98, 1999 Free Software Foundation, Inc.
|
Copyright 1995, 96, 97, 98, 1999 Free Software Foundation, Inc.
|
||||||
|
Reference in New Issue
Block a user