Age | Commit message (Expand) | Author | Files | Lines |
1994-07-22 | * ldlang.c (lang_common): Pass desired alignment to | Ian Lance Taylor | 1 | -33/+8 |
1994-07-22 | * ldlang.c (wild_section): Attach all section with the given name, | Ian Lance Taylor | 1 | -52/+146 |
1994-06-22 | * ldlang.c (end_of_data_section_statement_list): Don't define. | Ian Lance Taylor | 1 | -13/+0 |
1994-06-22 | * ldlang.c (lang_size_sections): Adjust current region address | Ian Lance Taylor | 1 | -11/+12 |
1994-06-15 | * ld.h (ld_config_type): Add new field traditional_format. | Ian Lance Taylor | 1 | -0/+4 |
1994-06-09 | * ldlang.c (map_input_to_output_sections): For lang_address, call | Ian Lance Taylor | 1 | -7/+4 |
1994-06-02 | * ldlang.c: Minor formatting cleanups. | Ian Lance Taylor | 1 | -20/+18 |
1994-06-01 | * ldlang.h (lang_input_statement_type): Remove fields subfiles, | Ian Lance Taylor | 1 | -1/+0 |
1994-05-27 | * ldlang.c (entry_symbol): Make static. | Ian Lance Taylor | 1 | -4/+17 |
1994-05-27 | * ldlang.c (lang_add_entry): Only set the entry symbol if it has | Ian Lance Taylor | 1 | -1/+2 |
1994-05-13 | * ldlang.c (print_output_section_statement): Change ``no attached | Ian Lance Taylor | 1 | -5/+9 |
1994-05-11 | Don't create unnecessary output sections. | Ian Lance Taylor | 1 | -47/+22 |
1994-05-10 | * ldlang.c (wild_doit): Don't bother initializing the vma and | Ian Lance Taylor | 1 | -45/+60 |
1994-04-25 | * ldlang.c (lang_size_sections): When no address is given for a | Ian Lance Taylor | 1 | -0/+2 |
1994-04-15 | * ldlang.c (lang_size_sections): When relaxing, adjust the | Ian Lance Taylor | 1 | -1/+13 |
1994-03-25 | * ldlang.c (print_input_section): For section size, use | Ian Lance Taylor | 1 | -11/+8 |
1994-03-24 | * ldlang.c (new_afile): Add new argument add_to_list. Don't set | Ian Lance Taylor | 1 | -112/+93 |
1994-03-22 | Changes to make -Ur work again. | Ian Lance Taylor | 1 | -3/+98 |
1994-02-28 | Mon Feb 28 10:59:14 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -1/+1 |
1994-02-26 | * ldmain.c (write_map): Don't define. Removed all references. | Ian Lance Taylor | 1 | -1/+1 |
1994-02-26 | Fri Feb 25 18:55:54 1994 Ted Lemon (mellon@pepper.ncd.com) | Ian Lance Taylor | 1 | -2/+1 |
1994-02-25 | * ldlang.c (lang_size_sections): No longer static (PA ELF calls | Jeff Law | 1 | -18/+3 |
1994-02-22 | * ldlang.h (largest_section): Don't declare. | Ian Lance Taylor | 1 | -10/+0 |
1994-02-21 | * ldlang.c (new_afile): Pass NULL as last argument to concat. | Ian Lance Taylor | 1 | -1/+1 |
1994-02-17 | * ldlang.c, ldmain.c: Include libiberty.h. | Ian Lance Taylor | 1 | -0/+1 |
1994-02-17 | * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and | David MacKenzie | 1 | -3/+3 |
1994-02-16 | (lang_size_sections): Clear bfd_error before calling bfd_relax_section, in case | Ken Raeburn | 1 | -7/+13 |
1994-02-05 | * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions | David MacKenzie | 1 | -3/+3 |
1994-01-28 | Thu Jan 27 17:19:54 1994 Steve Chamberlain (sac@jonny.cygnus.com) | Steve Chamberlain | 1 | -29/+24 |
1994-01-24 | * ldlang.c (lookup_name): Set BFD GP size to -G argument value | Ian Lance Taylor | 1 | -0/+2 |
1994-01-24 | * ldlang.c (relaxing): Removed global variable. | Ian Lance Taylor | 1 | -5/+21 |
1994-01-21 | * ldlang.c (new_afile): Initialize loaded field to false. | Ian Lance Taylor | 1 | -3/+23 |
1994-01-06 | * ld.h (QUAD_SIZE): Define. | Ian Lance Taylor | 1 | -362/+253 |
1993-12-12 | More gcc lint. | Ian Lance Taylor | 1 | -58/+135 |
1993-12-11 | Made many changes to eliminate gcc warnings. Made various | Ian Lance Taylor | 1 | -31/+8 |
1993-12-11 | * ldlang.c (lang_process): Ifdef out final call to | Ian Lance Taylor | 1 | -16/+24 |
1993-11-02 | * ldlang.c (lang_process): Re-enable last call lang_size_sections. | Jeff Law | 1 | -34/+32 |
1993-10-01 | * ldlang.c (lang_add_input_file): If it's a library brought in by | Rob Savoye | 1 | -10/+16 |
1993-08-24 | define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no longer in bfd.h. | K. Richard Pixley | 1 | -0/+5 |
1993-08-17 | * ldlang.c (open_output, lang_check): Check return value of | Ian Lance Taylor | 1 | -41/+30 |
1993-07-12 | * ldlang.c (lang_process): Use sizeof instead of magic constant. | David MacKenzie | 1 | -1/+2 |
1993-07-08 | (new_stetement): Size argument is now type size_t. | Ken Raeburn | 1 | -1/+5 |
1993-07-05 | * ldlang.c (lang_relocate_globals): Skip indirect symbols, which | Ian Lance Taylor | 1 | -0/+4 |
1993-07-03 | * ldmain.c (main): Don't add scriptdir to the lib search path. | David MacKenzie | 1 | -6/+7 |
1993-06-17 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | David MacKenzie | 1 | -213/+216 |
1993-04-02 | * ldlang.c (lang_output_section_statement_lookup): Initialize all | Ian Lance Taylor | 1 | -0/+8 |
1993-03-30 | Support for linking and loading at different places: | Steve Chamberlain | 1 | -13/+33 |
1993-03-30 | Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -23/+56 |
1992-11-21 | * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, | John Gilmore | 1 | -43/+91 |
1992-10-26 | Added \n to error message. | Ian Lance Taylor | 1 | -1/+1 |