Age | Commit message (Expand) | Author | Files | Lines |
1993-07-07 | (sparc_ip): Initialize `len' variable to make gcc shut up. | Ken Raeburn | 1 | -185/+153 |
1993-07-07 | (md_create_short_jump, md_create_long_jump, | Ken Raeburn | 1 | -60/+66 |
1993-07-07 | Change various calls (e.g., to symbol_new, md_number_to_chars) to cast | Ken Raeburn | 1 | -798/+412 |
1993-07-07 | (struct fix): Fields fx_offset and fx_addnumber are now type valueT. | Ken Raeburn | 1 | -46/+48 |
1993-07-07 | (write_object_file): Locals from_addr, to_addr, table_addr are now addressT. | Ken Raeburn | 1 | -134/+276 |
1993-07-07 | * symbols.c (symbol_new): Symbol value is type valueT. | Ken Raeburn | 2 | -250/+328 |
1993-07-07 | (obj_elf_frob_symbol, elf_frob_file, elf_file_symbol): Declare. | Ken Raeburn | 1 | -0/+72 |
1993-07-07 | clean v9 from obj-elf.h | Ken Raeburn | 1 | -1/+7 |
1993-07-07 | Define ENV64 for sparc v9. | Ken Raeburn | 1 | -7/+33 |
1993-07-07 | (free): Returns void if __STDC__. | Ken Raeburn | 1 | -1/+2 |
1993-07-07 | (s_comm): Values read are type valueT. | Ken Raeburn | 1 | -302/+385 |
1993-07-07 | (expressionS): Field X_add_number is an offsetT. | Ken Raeburn | 1 | -26/+18 |
1993-07-07 | (integer_constant, floating_constant): Now return void. | Ken Raeburn | 1 | -58/+58 |
1993-07-07 | move valueT typedef to as.h from struc-symbol.h | Ken Raeburn | 2 | -54/+102 |
1993-07-07 | localize a conditionally used variable | Ken Raeburn | 1 | -35/+41 |
1993-07-02 | fix decls | David D. Zuhn | 2 | -2/+1 |
1993-06-30 | * read.c (cons): Conditionalize parsing of expression. Move | Ian Lance Taylor | 2 | -5/+192 |
1993-06-30 | sparc64 changes | Ken Raeburn | 1 | -0/+11 |
1993-06-30 | New files for sparc64 cpu. | Ken Raeburn | 3 | -1/+8 |
1993-06-29 | fix HPUX hosting problems | David D. Zuhn | 2 | -9/+24 |
1993-06-25 | * config/sparc.c (sparc_ip): Remove support for %d/%q fp regs. | David Edelsohn | 1 | -0/+6 |
1993-06-25 | (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP22 relocation. | Ken Raeburn | 1 | -83/+263 |
1993-06-20 | (INCLUDES): Look in ../bfd, not ../include, for bfd.h. | Ken Raeburn | 1 | -1/+1 |
1993-06-20 | Sun Jun 20 02:34:04 1993 Ashley Saulsbury (ans@sics.se) | Ken Raeburn | 1 | -1/+1 |
1993-06-18 | Look in the right place for bfd.h. | Steve Chamberlain | 1 | -1/+1 |
1993-06-18 | single-quote $program_transform_name | David D. Zuhn | 1 | -2/+2 |
1993-06-17 | canonicalize install.sh location | David D. Zuhn | 2 | -1/+6 |
1993-06-17 | * config/obj-coffbfd.c (fill_section): Don't allow fills backwards. | Steve Chamberlain | 2 | -1/+7 |
1993-06-16 | remove parentdir support | David D. Zuhn | 2 | -1/+21 |
1993-06-16 | remove parentdir support; use INSTALL_XFORM | David D. Zuhn | 1 | -30/+62 |
1993-06-10 | I don't think this file is needed any more | Ken Raeburn | 1 | -132/+0 |
1993-06-10 | patches from tege | Ken Raeburn | 2 | -237/+516 |
1993-06-07 | config/tc-sparc.c: (sparc_ip): Fix parsing of asi number. Fix error message. | David Edelsohn | 1 | -1/+6 |
1993-06-04 | clean v9 stuff out of configure.in | Ken Raeburn | 1 | -3/+19 |
1993-06-04 | * config/h8300.c: Support for H8/300-H opcodes. | Steve Chamberlain | 1 | -2/+2 |
1993-06-04 | Added alpha as host. | Steve Chamberlain | 1 | -1/+2 |
1993-06-04 | * configure.in (mips-*-ecoffl*): New target; use ecoff and | Ian Lance Taylor | 2 | -5/+11 |
1993-06-04 | * config/obj-ecoff.c (ecoff_build_procs): Force the adr of the | Ian Lance Taylor | 1 | -0/+5 |
1993-06-03 | bump version number | Ken Raeburn | 1 | -0/+2 |
1993-06-03 | keep ho-hppabsd.h | Ken Raeburn | 1 | -0/+1 |
1993-06-03 | today's changes | Ken Raeburn | 1 | -0/+83 |
1993-06-03 | new file, from utah | Ken Raeburn | 1 | -0/+55 |
1993-06-01 | don't bother checking return value from hash_new | Ken Raeburn | 1 | -2/+0 |
1993-06-01 | Add an install-info target too. | Rob Savoye | 1 | -0/+1 |
1993-06-01 | Add info target. | Rob Savoye | 1 | -1/+1 |
1993-05-28 | Add a blank install target so the top level make won't die. | Rob Savoye | 1 | -0/+1 |
1993-05-27 | read.c (s_align_bytes): Properly record alignment. | Ken Raeburn | 8 | -509/+1928 |
1993-05-27 | * app.c (do_scrub_begin): Let line_comment_chars override | Ian Lance Taylor | 5 | -181/+342 |
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 13 | -2/+34 |
1993-05-26 | configure.in template that supports *only* make check. (for releases) | Rob Savoye | 1 | -0/+16 |