aboutsummaryrefslogtreecommitdiff
path: root/ld/ldgram.y
AgeCommit message (Expand)AuthorFilesLines
1996-08-02 * ldgram.y (LOADADDR): New terminal.Ian Lance Taylor1-1/+3
1996-08-01 * ld.h (check_nocrossrefs): Declare.Ian Lance Taylor1-2/+32
1996-07-29 * fnmatch.h, fnmatch.c: New files.Ian Lance Taylor1-33/+180
1995-08-16 * ldgram.y: Tweak casesymlist to avoid bison errors.Ian Lance Taylor1-2/+2
1995-08-15 * ldgram.y (YYDEBUG): If not defined, define as 1.Ian Lance Taylor1-8/+43
1994-09-13 * ldlang.c (load_symbols): Check for archive before object. UseIan Lance Taylor1-8/+23
1994-06-13 * ldgram.y (YYDEBUG): Don't define.Ian Lance Taylor1-2/+0
1994-06-02 * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdlineIan Lance Taylor1-1/+1
1994-05-27 * ldlang.c (entry_symbol): Make static.Ian Lance Taylor1-2/+1
1994-02-26 * ldgram.y (section): Reverse the order of memspec_opt andIan Lance Taylor1-2/+2
1994-02-26 * ldgram.y: Move include of ldlex.h back with other includes.Ian Lance Taylor1-4/+1
1994-02-26 * ldgram.y (dirlist_ptr): Removed; not used.Ian Lance Taylor1-2/+0
1994-02-26 * ldgram.y: Include ldlex.h after %token decls, for byacc.David MacKenzie1-1/+4
1994-02-25 Use getopt instead of lex and yacc to parse the command line.David MacKenzie1-309/+19
1994-01-27 * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given,David MacKenzie1-4/+16
1994-01-06 * ld.h (QUAD_SIZE): Define.Ian Lance Taylor1-6/+8
1993-12-30 A major rewrite to move the bulk of the linker into BFD so thatIan Lance Taylor1-27/+29
1993-12-11 Made many changes to eliminate gcc warnings. Made variousIan Lance Taylor1-27/+5
1993-12-01 * ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens.Ian Lance Taylor1-11/+51
1993-07-16 * ldgram.y (OPTION_Lfile): New token.Ian Lance Taylor1-4/+8
1993-07-15source cleanups; fix finding scriptsDavid MacKenzie1-3/+2
1993-07-08 * Make -v only print the version number.David MacKenzie1-10/+24
1993-06-17 * ldgram.y: Tweak grammar to make reporting of invalid options work.David MacKenzie1-4/+7
1993-06-17 * ldfile.c (ldfile_open_command): Don't try .ld extension.David MacKenzie1-9/+30
1993-03-30 Support for linking and loading at different places:Steve Chamberlain1-34/+55
1993-01-08 Fix support for NOLOAD, add INCLUDESteve Chamberlain1-40/+44
1992-08-07 * ldlang.h: add new field "loadable" to output_section_statement.Steve Chamberlain1-7/+9
1992-05-02 * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS andSteve Chamberlain1-10/+24
1992-04-15Strange link script supportSteve Chamberlain1-8/+20
1992-04-15Personal checkpoint - now should parse some MRI stuffSteve Chamberlain1-71/+132
1992-04-05New lexer.Steve Chamberlain1-48/+50
1992-03-02Modifed to care about semi colons again, newlines are ignored - sorrySteve Chamberlain1-23/+16
1992-01-28 * ldgram.y: map -M behave in the same way as -Map (sets file nameSteve Chamberlain1-5/+2
1992-01-24 * Makefile.in: added relax, also made three stage go through aSteve Chamberlain1-2/+9
1992-01-24Merging from VMS port. Doc to follow..Steve Chamberlain1-15/+39
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore1-16/+38
1991-05-18*** empty log message ***Steve Chamberlain1-1/+1
1991-05-07Fixed the shift reduce errors in the grammer using the yacc debugger.Steve Chamberlain1-22/+23
1991-05-03*** empty log message ***Steve Chamberlain1-1/+4
1991-04-24Added the sizeof_headers keyword.Steve Chamberlain1-1/+3
1991-04-23*** empty log message ***Steve Chamberlain1-11/+9
1991-04-19Yet more diffs due to my incompetence.Steve Chamberlain1-13/+7
1991-04-18Fixed some bugs.Steve Chamberlain1-2/+6
1991-04-17Moved declarations from header file into here.Steve Chamberlain1-1/+2
1991-04-17Added support for OUTPUT_FORMAT(name) and FORCE_COMMON_ALLOCATIONSteve Chamberlain1-3/+9
1991-04-16*** empty log message ***Steve Chamberlain1-2/+1
1991-04-14checkpoint before a mergeSteve Chamberlain1-56/+84
1991-04-09*** empty log message ***Steve Chamberlain1-23/+0
1991-04-08*** empty log message ***Steve Chamberlain1-5/+8
1991-04-03Fixed some grammer ambiguitiesSteve Chamberlain1-62/+39