Deleted Added
full compact
ChangeLog-9899 (77298) ChangeLog-9899 (89857)
11999-12-02 Nick Clifton <nickc@cygnus.com>
2
3 * Makefile.am: Fix arm-epoc-pe dependencies.
4 * Makefile.in: Regenerate.
5
6 * emulparams/arm_epoc_pe.sh (SCRIPT_NAME): Set to epocpe.
7
8 * scripttempl/epocpe.sc: New file: copy of pe.sc, customised for

--- 32 unchanged lines hidden (view full) ---

41 * ldlang.c (section_already_linked): Rework to use hash table.
42 (already_linked_newfunc): New function.
43 (already_linked_table_init): New function.
44 (already_linked_table_free): New function.
45 (lang_process): Initialize and free the already_linked hash table.
46
471999-10-27 Andreas Jaeger <aj@suse.de>
48
11999-12-02 Nick Clifton <nickc@cygnus.com>
2
3 * Makefile.am: Fix arm-epoc-pe dependencies.
4 * Makefile.in: Regenerate.
5
6 * emulparams/arm_epoc_pe.sh (SCRIPT_NAME): Set to epocpe.
7
8 * scripttempl/epocpe.sc: New file: copy of pe.sc, customised for

--- 32 unchanged lines hidden (view full) ---

41 * ldlang.c (section_already_linked): Rework to use hash table.
42 (already_linked_newfunc): New function.
43 (already_linked_table_init): New function.
44 (already_linked_table_free): New function.
45 (lang_process): Initialize and free the already_linked hash table.
46
471999-10-27 Andreas Jaeger <aj@suse.de>
48
49 * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
49 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
50 target "mips*-*-linux-gnu*".
51
521999-10-27 Scott Bambrough <scottb@netwinder.org>
53
54 * emultempl/armelf.em: Include ctype.h to prevent compile time
55 warnings.
56
571999-10-26 Nick Clifton <nickc@cygnus.com>

--- 124 unchanged lines hidden (view full) ---

182 Search for file with .sl extension if no file with a .so extension
183 is found.
184
185 * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
186 at the start of the .dlt output section.
187
1881999-09-12 Ian Lance Taylor <ian@zembu.com>
189
50 target "mips*-*-linux-gnu*".
51
521999-10-27 Scott Bambrough <scottb@netwinder.org>
53
54 * emultempl/armelf.em: Include ctype.h to prevent compile time
55 warnings.
56
571999-10-26 Nick Clifton <nickc@cygnus.com>

--- 124 unchanged lines hidden (view full) ---

182 Search for file with .sl extension if no file with a .so extension
183 is found.
184
185 * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
186 at the start of the .dlt output section.
187
1881999-09-12 Ian Lance Taylor <ian@zembu.com>
189
190 * pe.em: Don't include "../bfd/libbfd.h".
190 * emultempl/pe.em: Don't include "../bfd/libbfd.h".
191 (gld_${EMULATION_NAME}_after_open): Use xmalloc rather than
192 bfd_alloc.
193
194 * pe-dll.h: New file.
195 * pe-dll.c: Include "pe-dll.h". Mark unused arguments as needed
196 to avoid warnings.
197 (edata_sz, reloc_sz): Change from int to size_t.
198 (pe_details_type): Change type of imagebase_reloc from int to

--- 87 unchanged lines hidden (view full) ---

286 * emulparams/elf64hppa.sh (ELFSIZE): New. Set to 64.
287
288Wed Sep 8 00:07:39 1999 Jeffrey A Law (law@cygnus.com)
289
290 * emulparms/elf64hppa.sh (ENTRY): Define to main.
291
2921999-09-03 Scott Bambrough <scottb@netwinder.org>
293
191 (gld_${EMULATION_NAME}_after_open): Use xmalloc rather than
192 bfd_alloc.
193
194 * pe-dll.h: New file.
195 * pe-dll.c: Include "pe-dll.h". Mark unused arguments as needed
196 to avoid warnings.
197 (edata_sz, reloc_sz): Change from int to size_t.
198 (pe_details_type): Change type of imagebase_reloc from int to

--- 87 unchanged lines hidden (view full) ---

286 * emulparams/elf64hppa.sh (ELFSIZE): New. Set to 64.
287
288Wed Sep 8 00:07:39 1999 Jeffrey A Law (law@cygnus.com)
289
290 * emulparms/elf64hppa.sh (ENTRY): Define to main.
291
2921999-09-03 Scott Bambrough <scottb@netwinder.org>
293
294 * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
294 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
295 target "arm*-*-linux-gnu*"
296
2971999-09-04 Steve Chamberlain <sac@pobox.com>
298
299 * configure.tgt (pjl-*-*, pj-*-*): New targets.
300 * emulparams/pjelf.sh: New file.
301 * emulparams/pjlelf.sh: New file.
302 * scripttempl/pj.sc: New file.

--- 22 unchanged lines hidden (view full) ---

325
3261999-08-24 Nick Clifton <nickc@cygnus.com>
327
328 From a patch submitted by Roland McGrath <roland@baalperazim.frob.com>
329
330 * configure.tgt (arm-*-netbsd*): New target.
331 * Makefile.am (ALL_EMULATIONS): Add earmnbsd.o.
332 (earmnbsd.c): New rule with deps.
295 target "arm*-*-linux-gnu*"
296
2971999-09-04 Steve Chamberlain <sac@pobox.com>
298
299 * configure.tgt (pjl-*-*, pj-*-*): New targets.
300 * emulparams/pjelf.sh: New file.
301 * emulparams/pjlelf.sh: New file.
302 * scripttempl/pj.sc: New file.

--- 22 unchanged lines hidden (view full) ---

325
3261999-08-24 Nick Clifton <nickc@cygnus.com>
327
328 From a patch submitted by Roland McGrath <roland@baalperazim.frob.com>
329
330 * configure.tgt (arm-*-netbsd*): New target.
331 * Makefile.am (ALL_EMULATIONS): Add earmnbsd.o.
332 (earmnbsd.c): New rule with deps.
333 * Makefile.on: Regenerate.
333 * Makefile.in: Regenerate.
334 * emulparams/armnbsd.sh: New file.
335
3361999-08-23 Nick Clifton <nickc@cygnus.com>
337
338 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Define.
339 Implement --base-file command line switch.
340
341 * emultempl/elf32.em: Add ability for individual targets to have

--- 336 unchanged lines hidden (view full) ---

678 * emultempl/armelf.em (..._parse_args): New function: Parse
679 command line option. Accept arm-elf specific command line option
680 '-p' or '--no-pipeline-knowledge'.
681 (..._list_options): New function: Describe the new command line
682 option.
683 (..._before_allocation): Pass the value of the new variable
684 no_pipeline_knowledge to bfd_elf32_arm_process_before_allocation.
685
334 * emulparams/armnbsd.sh: New file.
335
3361999-08-23 Nick Clifton <nickc@cygnus.com>
337
338 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Define.
339 Implement --base-file command line switch.
340
341 * emultempl/elf32.em: Add ability for individual targets to have

--- 336 unchanged lines hidden (view full) ---

678 * emultempl/armelf.em (..._parse_args): New function: Parse
679 command line option. Accept arm-elf specific command line option
680 '-p' or '--no-pipeline-knowledge'.
681 (..._list_options): New function: Describe the new command line
682 option.
683 (..._before_allocation): Pass the value of the new variable
684 no_pipeline_knowledge to bfd_elf32_arm_process_before_allocation.
685
686 * emultemp/armelf_oabi.em (..._before_allocation): Pass zero as
686 * emultempl/armelf_oabi.em (..._before_allocation): Pass zero as
687 the third parameter to bfd_elf32_arm_process_before_allocation.
688
6891999-05-28 Nick Clifton <nickc@cygnus.com>
690
691 * lexsup.c (help): Minor formatting changes.
692
6931999-05-28 Martin Dorey <mdorey@madge.com>
694

--- 570 unchanged lines hidden (view full) ---

1265 nothing is otherwise exported.
1266
1267Wed Nov 4 16:39:18 1998 Nick Clifton <nickc@cygnus.com>
1268
1269 * Makefile.am: Add support for FR30 target.
1270 * configure.tgt: Add support for FR30 target.
1271 * Makefile.in: Regenerate.
1272 * emulparams/fr30.sh: New file.
687 the third parameter to bfd_elf32_arm_process_before_allocation.
688
6891999-05-28 Nick Clifton <nickc@cygnus.com>
690
691 * lexsup.c (help): Minor formatting changes.
692
6931999-05-28 Martin Dorey <mdorey@madge.com>
694

--- 570 unchanged lines hidden (view full) ---

1265 nothing is otherwise exported.
1266
1267Wed Nov 4 16:39:18 1998 Nick Clifton <nickc@cygnus.com>
1268
1269 * Makefile.am: Add support for FR30 target.
1270 * configure.tgt: Add support for FR30 target.
1271 * Makefile.in: Regenerate.
1272 * emulparams/fr30.sh: New file.
1273 * scripttemp/fr30.sc: New file.
1273 * scripttempl/fr30.sc: New file.
1274
1275Mon Nov 2 14:47:15 1998 Catherine Moore <clm@cygnus.com>
1276
1277 * ldmain.c (main): Don't report error for dynamic links and
1278 --gc-sections.
1279
12801998-10-26 16:05 Ulrich Drepper <drepper@cygnus.com>
1281

--- 453 unchanged lines hidden (view full) ---

1735 po/Makefile. Use AM_PROG_LEX.
1736 (TDIRS): AC_SUBST early on, to avoid having value split when it
1737 happens to cross line 90 of the generated sed script.
1738 * Makefile.am (SUBDIRS): New macro.
1739 (POTFILES): Likewise.
1740 (po/POTFILES.in): New target.
1741 (ld_new_LDADD): Added INTLLIBS.
1742 (ld_new_DEPENDENCIES): Added INTLDEPS.
1274
1275Mon Nov 2 14:47:15 1998 Catherine Moore <clm@cygnus.com>
1276
1277 * ldmain.c (main): Don't report error for dynamic links and
1278 --gc-sections.
1279
12801998-10-26 16:05 Ulrich Drepper <drepper@cygnus.com>
1281

--- 453 unchanged lines hidden (view full) ---

1735 po/Makefile. Use AM_PROG_LEX.
1736 (TDIRS): AC_SUBST early on, to avoid having value split when it
1737 happens to cross line 90 of the generated sed script.
1738 * Makefile.am (SUBDIRS): New macro.
1739 (POTFILES): Likewise.
1740 (po/POTFILES.in): New target.
1741 (ld_new_LDADD): Added INTLLIBS.
1742 (ld_new_DEPENDENCIES): Added INTLDEPS.
1743 * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1743 * po/Make-in, po/POTFILES.in, po/ld.pot: New files.
1744
1745Tue Apr 21 23:07:07 1998 Ian Lance Taylor <ian@cygnus.com>
1746
1747 * ld.texinfo (Simple Example): Rewrite a few things as suggested
1748 by Nick Clifton <nickc@cygnus.com>.
1749 (PROVIDE): Likewise.
1750
1751Tue Apr 21 09:55:06 1998 Nick Clifton <nickc@cygnus.com>

--- 357 unchanged lines hidden ---
1744
1745Tue Apr 21 23:07:07 1998 Ian Lance Taylor <ian@cygnus.com>
1746
1747 * ld.texinfo (Simple Example): Rewrite a few things as suggested
1748 by Nick Clifton <nickc@cygnus.com>.
1749 (PROVIDE): Likewise.
1750
1751Tue Apr 21 09:55:06 1998 Nick Clifton <nickc@cygnus.com>

--- 357 unchanged lines hidden ---