This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

more obsolete DJGPP files


Greetins,

The files ld/scripttempl/go32coff.sc and ld/emulparams/go32.sh 
appear to have been abandoned in favor of ld/scripttempl/i386go32.sc 
and ld/emulparams/i386go32.sh

1999-07-19 Mark Elbrecht <snowball3@bigfoot.com>

	* emulparams/go32.sh: Remove. Obsolete.
	* scripttempl/go32coff.sc: Remove. Obsolete.

*** ld/emulparams/go32.sh.orig	Mon Jul 19 14:33:28 1999
--- ld/emulparams/go32.sh	Mon Jul 19 14:49:04 1999
***************
*** 1,7 ****
- SCRIPT_NAME=go32coff
- OUTPUT_FORMAT="coff-go32"
- TEXT_START_ADDR=0x10a8
- TARGET_PAGE_SIZE=0x1000
- SEGMENT_SIZE=0x0400
- NONPAGED_TEXT_START_ADDR=0x0
- ARCH=i386
--- 0 ----
*** ld/scripttempl/go32coff.sc.orig	Mon May  3 03:29:08 1999
--- ld/scripttempl/go32coff.sc	Mon Jul 19 14:54:24 1999
***************
*** 1,33 ****
- # Linker script for 386 go32
- # DJ Delorie (dj@ctron.com)
- 
- test -z "$ENTRY" && ENTRY=start
- cat <<EOF
- OUTPUT_FORMAT("${OUTPUT_FORMAT}")
- ${LIB_SEARCH_DIRS}
- 
- ENTRY(${ENTRY})
- 
- SECTIONS
- {
-   .text ${RELOCATING+ 0x1000+SIZEOF_HEADERS} : {
-     *(.text)
-     ${RELOCATING+ etext  =  . ; _etext = .};
-     ${RELOCATING+ . = ALIGN(0x200);}
-   }
-   .data ${RELOCATING+ ${DATA_ALIGNMENT}} : {
-     ${RELOCATING+ *(.ctor)}
-     ${RELOCATING+ *(.dtor)}
-     *(.data)
-     ${RELOCATING+ edata  =  . ; _edata = .};
-     ${RELOCATING+ . = ALIGN(0x200);}
-   }
-   .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
-   { 					
-     *(.bss)
-     *(COMMON)
-     ${RELOCATING+ end = . ; _end = .};
-     ${RELOCATING+ . = ALIGN(0x200);}
-   }
- }
- EOF
--- 0 ----

--- 
Mark Elbrecht, snowball3@bigfoot.com
http://snowball.frogspace.net/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]