aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2001-12-03Pass argc and argv to ldemul_choose_target.Tom Rix10-31/+104
2001-11-302001-11-30 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
2001-11-302001-11-29 H.J. Lu <hjl@gnu.org>H.J. Lu7-4/+39
2001-11-28Add .cvsignore files to skip .gmo filesNick Clifton1-0/+1
2001-11-272001-11-27 H.J. Lu <hjl@gnu.org>H.J. Lu10-28/+67
2001-11-25 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor andStephane Carrez3-4/+10
2001-11-222001-11-22 H.J. Lu <hjl@gnu.org>H.J. Lu2-297/+401
2001-11-22 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.Alan Modra50-1234/+715
2001-11-21 * ldlang.c (map_input_to_output_sections): Replace "break"Alan Modra2-0/+9
2001-11-20 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.Alan Modra2-32/+33
2001-11-20 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL insteadAlan Modra3-2/+8
2001-11-192001-11-19 H.J. Lu <hjl@gnu.org>H.J. Lu8-6/+25
2001-11-152001-11-15 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+5
2001-11-15 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit thisAlan Modra4-18/+54
2001-11-152001-11-14 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+9
2001-11-152001-11-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+27
2001-11-14Only scan tail of executable for PE targets.Nick Clifton2-9/+21
2001-11-13 * emulparams/elf64hppa.sh (OTHER_BSS_END_SECTIONS): AddJeff Law2-1/+6
2001-11-12Only compare the tail end of the two binary files produced in order to avoidNick Clifton2-3/+17
2001-11-12New symbol: DATA_START_SYMBOLSNick Clifton2-0/+6
2001-11-12 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.Alan Modra3-2/+7
2001-11-11 * ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.Hans-Peter Nilsson2-1/+5
2001-11-102001-11-09 H.J. Lu <hjl@gnu.org>H.J. Lu10-0/+101
2001-11-09 * ld.texinfo: Use @command for commands, @option for options.Stephane Carrez4-171/+178
2001-11-04[ gas/ChangeLog ]Chris Demetriou2-1/+12
2001-11-02Add translationsNick Clifton5-2/+3101
2001-11-022001-11-02 H.J. Lu <hjl@gnu.org>H.J. Lu10-0/+86
2001-11-02Fix testsuites for bigendian sh-linuxNick Clifton2-2/+13
2001-11-02Set targ_emul, targ_extra_emuls as little endian default and to support big e...Nick Clifton2-2/+7
2001-11-022001-11-01 Chris Demetriou <cgd@broadcom.com>Chris Demetriou5-0/+30
2001-10-31Fix infinite parsing loopNick Clifton2-38/+33
2001-10-31Update documentation about -T augmenting linker scriptsNick Clifton2-11/+14
2001-10-31Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targetsNick Clifton2-0/+13
2001-10-31 * ld-mmix/locdo-1.d: Prune character dump part.Hans-Peter Nilsson2-2/+3
2001-10-31 * ld-mmix/local7m.d, ld-mmix/loc4.d, ld-mmix/loc4m.d,Hans-Peter Nilsson22-25/+11
2001-10-31 * ldlang.c (lang_size_sections): Keep a valid output_offset fieldAlan Modra2-2/+15
2001-10-30Add MMIX supportNick Clifton274-226/+6051
2001-10-29 * ldlang.c: Fix a comment typo.Kazu Hirata2-1/+5
2001-10-23 * configure.host: Move alpha*-*-linux-gnu* entry to genericAlan Modra2-5/+10
2001-10-20 * ldgram.y (mri_script_command): Surround processing of INCLUDEAlan Modra4-9/+31
2001-10-20Define __EH_FRAME_{BEGIN|END}__Nick Clifton2-0/+27
2001-10-19* pe-dll.c (autofilter_objectlist): Add gcrt0.o.DJ Delorie2-5/+11
2001-10-19* pe-dll.c (autofilter_objectlist): Add startup objectsDJ Delorie2-6/+16
2001-10-182001-10-18 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-1/+6
2001-10-17 * po/POTFILES.in: Regenerate.Alan Modra2-1/+5
2001-10-15 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' fromAlan Modra2-14/+19
2001-10-15 * ld-sh/sub2l-1.d, ld-sh/shared-1.d, ld-sh/weak1.d: Only run onHans-Peter Nilsson4-2/+6
2001-10-14 * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.Hans-Peter Nilsson2-1/+3
2001-10-14 * ld-sh/rd-sh.exp: New framework file.Hans-Peter Nilsson10-0/+183
2001-10-12Include -z nocopyreloc in usageNick Clifton2-0/+6
n> extern void s_align_bytes PARAMS ((int arg)); extern void s_align_ptwo PARAMS ((int)); extern void s_app_file_string PARAMS ((char *)); extern void s_app_file PARAMS ((int)); extern void s_app_line PARAMS ((int)); extern void s_bad_endr PARAMS ((int)); extern void s_comm PARAMS ((int)); extern void s_data PARAMS ((int)); extern void s_desc PARAMS ((int)); extern void s_else PARAMS ((int arg)); extern void s_elseif PARAMS ((int arg)); extern void s_end PARAMS ((int arg)); extern void s_endif PARAMS ((int arg)); extern void s_err PARAMS ((int)); extern void s_fail PARAMS ((int)); extern void s_fill PARAMS ((int)); extern void s_float_space PARAMS ((int mult)); extern void s_func PARAMS ((int)); extern void do_s_func PARAMS ((int, const char *)); extern void s_globl PARAMS ((int arg)); extern void s_if PARAMS ((int arg)); extern void s_ifc PARAMS ((int arg)); extern void s_ifdef PARAMS ((int arg)); extern void s_ifeqs PARAMS ((int arg)); extern void s_ignore PARAMS ((int arg)); extern void s_include PARAMS ((int arg)); extern void s_irp PARAMS ((int arg)); extern void s_lcomm PARAMS ((int needs_align)); extern void s_lcomm_bytes PARAMS ((int needs_align)); extern void s_leb128 PARAMS ((int sign)); extern void s_linkonce PARAMS ((int)); extern void s_lsym PARAMS ((int)); extern void s_macro PARAMS ((int)); extern void s_mexit PARAMS ((int)); extern void s_mri PARAMS ((int)); extern void s_mri_common PARAMS ((int)); extern void s_org PARAMS ((int)); extern void s_print PARAMS ((int)); extern void s_purgem PARAMS ((int)); extern void s_rept PARAMS ((int)); extern void s_set PARAMS ((int)); extern void s_space PARAMS ((int mult)); extern void s_stab PARAMS ((int what)); extern void s_struct PARAMS ((int)); extern void s_text PARAMS ((int)); extern void stringer PARAMS ((int append_zero)); extern void s_xstab PARAMS ((int what)); extern void s_rva PARAMS ((int)); extern void s_incbin PARAMS ((int));