Change version number to 2.38.50 and regenerate files
[binutils-gdb.git] / ld / ldgram.y
2001-08-03 Alan Modra * ld.texinfo (Input Section Basics): Clarify ordering...
2001-05-07 Alan Modra * ldgram.y: Fix typo.
2001-03-13 Nick CliftonFixtypos in ChangeLogs, fix copyright dates in files
2000-07-11 Alan ModraRemove some forward declarations in ldemul.h and ldfile...
2000-07-09 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-07-07 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-06-20 Timothy Walltic54x/ibmc54xdsp target for ld.
2000-06-05 H.J. Lu2000-06-05 Michael Matz <matz@ifh.de>
2000-02-29 Jim Blandy* ldgram.y (exclude_name_list): Don't require a comma...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-16 Timothy WallAdd LMA memory region functionality.
2000-01-05 Catherine Moore * ld.h (wildcard_spec): Change exclude_name...
1999-08-16 Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-08-02 Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-07-19 Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-06-12 Ian Lance TaylorThis fixes ! to work as documented in a memory region...
1999-05-03 Richard Henderson19990502 sourceware import
1999-05-03 Richard HendersonThis commit was generated by cvs2svn to track changes...
1999-04-16 Stan ShebsInitial creation of sourceware repository
1998-12-21 Elena ZannoniThis commit was generated by cvs2svn to track changes...
1998-12-21 nobodyThis commit was manufactured by cvs2svn to create branc...
1998-07-08 Ian Lance Taylor * ldgram.y: Change MAX to MAX_K and MIN to MIN_K,...
1998-07-03 Ian Lance Taylor * ldgram.y (extern_name_list): Do not require symbols...
1998-07-02 Richard Henderson * ld.h (args_type): Add gc_sections.
1998-03-25 Tom TromeyThis commit was generated by cvs2svn to track changes...
1996-08-02 Ian Lance Taylor * ldgram.y (LOADADDR): New terminal.
1996-08-01 Ian Lance Taylor * ld.h (check_nocrossrefs): Declare.
1996-07-29 Ian Lance Taylor * fnmatch.h, fnmatch.c: New files.
1995-08-16 Ian Lance Taylor * ldgram.y: Tweak casesymlist to avoid bison errors.
1995-08-15 Ian Lance Taylor * ldgram.y (YYDEBUG): If not defined, define as 1.
1994-09-13 Ian Lance Taylor * ldlang.c (load_symbols): Check for archive before...
1994-06-13 Ian Lance Taylor * ldgram.y (YYDEBUG): Don't define.
1994-06-02 Ian Lance Taylor * ldfile.h (search_dirs_type): Move from ldfile.c...
1994-05-27 Ian Lance Taylor * ldlang.c (entry_symbol): Make static.
1994-02-26 Ian Lance Taylor * ldgram.y (section): Reverse the order of memspec_opt and
1994-02-26 Ian Lance Taylor * ldgram.y: Move include of ldlex.h back with other...
1994-02-26 Ian Lance Taylor * ldgram.y (dirlist_ptr): Removed; not used.
1994-02-26 David MacKenzie * ldgram.y: Include ldlex.h after %token decls, for...
1994-02-25 David MacKenzie Use getopt instead of lex and yacc to parse the comman...
1994-01-27 David MacKenzie * ldmain.c ldmain.h ldgram.y: If -v -V or --version...
1994-01-06 Ian Lance Taylor * ld.h (QUAD_SIZE): Define.
1993-12-30 Ian Lance Taylor A major rewrite to move the bulk of the linker into...
1993-12-11 Ian Lance Taylor Made many changes to eliminate gcc warnings. Made...
1993-12-01 Ian Lance Taylor * ldgram.y (OPTION_call_shared, OPTION_non_shared...
1993-07-16 Ian Lance Taylor * ldgram.y (OPTION_Lfile): New token.
1993-07-15 David MacKenziesource cleanups; fix finding scripts
1993-07-08 David MacKenzie * Make -v only print the version number.
1993-06-17 David MacKenzie * ldgram.y: Tweak grammar to make reporting of invalid...
1993-06-17 David MacKenzie * ldfile.c (ldfile_open_command): Don't try .ld extension.
1993-03-30 Steve Chamberlain Support for linking and loading at different places:
1993-01-08 Steve Chamberlain Fix support for NOLOAD, add INCLUDE
1992-08-07 Steve Chamberlain * ldlang.h: add new field "loadable" to output_section...
1992-05-02 Steve Chamberlain * ldgram.y, ldlex.c, mri.c: added more compatible...
1992-04-15 Steve ChamberlainStrange link script support
1992-04-15 Steve ChamberlainPersonal checkpoint - now should parse some MRI stuff
1992-04-05 Steve ChamberlainNew lexer.
1992-03-02 Steve ChamberlainModifed to care about semi colons again, newlines are...
1992-01-28 Steve Chamberlain * ldgram.y: map -M behave in the same way as -Map...
1992-01-24 Steve Chamberlain * Makefile.in: added relax, also made three stage...
1992-01-24 Steve ChamberlainMerging from VMS port. Doc to follow..
1991-10-11 John GilmoreInclude bfd.h before sysdep.h, so ansidecl and PROTO...
1991-05-18 Steve Chamberlain*** empty log message ***
1991-05-07 Steve ChamberlainFixed the shift reduce errors in the grammer using...
1991-05-03 Steve Chamberlain*** empty log message ***
1991-04-24 Steve ChamberlainAdded the sizeof_headers keyword.
1991-04-23 Steve Chamberlain*** empty log message ***
1991-04-19 Steve ChamberlainYet more diffs due to my incompetence.
1991-04-18 Steve ChamberlainFixed some bugs.
1991-04-17 Steve ChamberlainMoved declarations from header file into here.
1991-04-17 Steve ChamberlainAdded support for OUTPUT_FORMAT(name) and FORCE_COMMON_...
1991-04-16 Steve Chamberlain*** empty log message ***
1991-04-14 Steve Chamberlaincheckpoint before a merge
1991-04-09 Steve Chamberlain*** empty log message ***
1991-04-08 Steve Chamberlain*** empty log message ***
1991-04-04 K. Richard PixleyThis commit was generated by cvs2svn to track changes...
1991-04-04 nobodyThis commit was manufactured by cvs2svn to create branc...
1991-04-03 Steve ChamberlainFixed some grammer ambiguities
1991-03-25 K. Richard PixleyThis commit was generated by cvs2svn to track changes...
1991-03-21 David Henkel-WallaceInitial revision