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