Age | Commit message (Expand) | Author | Files | Lines |
1994-04-05 | * config/tc-hppa.c (tc_gen_reloc): Fix thinko in ELF version. | Jeff Law | 2 | -3/+6 |
1994-04-04 | * config/tc-ppc.c (ppc_insert_operand): Check PPC_OPERAND_SIGNED | Ian Lance Taylor | 1 | -0/+5 |
1994-04-04 | * config/tc-ppc.c (ppc_size): New static variable. | Ian Lance Taylor | 2 | -6/+19 |
1994-04-01 | keep internals stuff | Ken Raeburn | 1 | -0/+1 |
1994-04-01 | Some internals docs. Not enough to be amazingly helpful yet, not really | Ken Raeburn | 1 | -0/+175 |
1994-03-31 | * config/tc-sparc.c (tc_gen_reloc): Add a gruesome hack to get | Ian Lance Taylor | 2 | -21/+72 |
1994-03-29 | Minor formatting fixes. (TeXs OK now.) | Roland Pesch | 1 | -2/+3 |
1994-03-29 | Last-minute updates on Steve's last-minute changes. | Roland Pesch | 1 | -46/+158 |
1994-03-28 | * config/obj-coff.h (SEPARATE_STAB_SECTIONS): Always define. | Ken Raeburn | 2 | -0/+11 |
1994-03-28 | * config/obj-aout.c (obj_aout_frob_symbols): Don't let BFD clobber | Ian Lance Taylor | 1 | -0/+6 |
1994-03-28 | Mon Mar 28 12:35:00 1994 David Edelsohn (edelsohn@npac.syr.edu) | Ian Lance Taylor | 2 | -0/+2422 |
1994-03-27 | * gas/hppa/reloc/funcrelocbug.s: New test. | Jeff Law | 3 | -0/+197 |
1994-03-27 | * config/tc-hppa.c (tc_gen_reloc): Set addend for relocation | Jeff Law | 2 | -24/+38 |
1994-03-26 | Work around texinfo glitch (@item vs @cindex). | Roland Pesch | 1 | -24/+25 |
1994-03-25 | * config/obj-aout.c (obj_aout_frob_symbol): If N_EXT is set for an | Ian Lance Taylor | 2 | -5/+36 |
1994-03-25 | * config/tc-mips.c (append_insn): If EMBEDDED_PIC, don't swap a | Ian Lance Taylor | 2 | -7/+71 |
1994-03-25 | * config/tc-alpha.c (alpha_ip): Only set GP prolog size if using PV register. | Ken Raeburn | 1 | -0/+40 |
1994-03-23 | Simplification of GM-specific config bits. | Stan Shebs | 2 | -23/+18 |
1994-03-23 | Handle .gpword and .cpadd only for SVR4_PIC, not != NO_PIC. Still | Ian Lance Taylor | 1 | -2/+2 |
1994-03-22 | * config/tc-mips.c (enum mips_pic_level): New enum. | Ian Lance Taylor | 2 | -124/+340 |
1994-03-22 | * config/obj-ecoff.h (obj_sec_sym_ok_for_reloc): Define to be 1. | Ian Lance Taylor | 1 | -0/+10 |
1994-03-20 | * Makefile.in (config-stamp): If `defs' is defined, emit a preprocessor | Ken Raeburn | 13 | -24/+31 |
1994-03-20 | * config/obj-coff.c (obj_pseudo_table): Supply "section" unconditionally. | Ken Raeburn | 1 | -0/+3 |
1994-03-20 | * write.c (set_symtab): Define only if BFD_ASSEMBLER. | Ken Raeburn | 1 | -0/+4 |
1994-03-20 | * Makefile.in (STAGESTUFF): Add gasp.new. | Jeff Law | 2 | -9/+22 |
1994-03-19 | * write.c (symbol_table_frozen): New variable, to be set after bfd_set_symtab | Ken Raeburn | 2 | -72/+130 |
1994-03-19 | sparc *13 relocs, obj_sec_sym_ok_for_reloc stuff | Ken Raeburn | 1 | -0/+22 |
1994-03-19 | ic960coff.mt typo fix | Ken Raeburn | 1 | -0/+3 |
1994-03-19 | (TDEFINES): Fixed typo (MANY_SECTIONS, not MANY_SEGMENTS). | Ken Raeburn | 1 | -1/+1 |
1994-03-19 | * configure.in: Eliminated all targets using obj-coff but not defining | Ken Raeburn | 2 | -14/+36 |
1994-03-17 | * gas/hppa/unsorted/importbug.s: New test. | Jeff Law | 2 | -0/+43 |
1994-03-17 | * config/tc-hppa.c (pa_import): Correctly handle importing of an | Jeff Law | 2 | -17/+36 |
1994-03-17 | * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test. | Jeff Law | 2 | -0/+5 |
1994-03-17 | * config/tc-hppa.c (pa_equ): Handle both .reg and .equ correctly. | Jeff Law | 2 | -2/+7 |
1994-03-16 | * config/tc-mips.c (mips_ip): Only accept overly large values for | Ian Lance Taylor | 1 | -0/+4 |
1994-03-16 | * gas/hppa/unsorted/globalbug.s: New test (expected to fail). | Jeff Law | 4 | -1/+26 |
1994-03-16 | * gas/hppa/more.parse/callinfobug.s: New test. | Jeff Law | 7 | -0/+25 |
1994-03-16 | * config/tc-hppa.c (pa_callinfo): Accept "millicode" as an | Jeff Law | 2 | -1/+15 |
1994-03-16 | * config/obj-coffbfd.c (adjust_stab_section): Initialize | Ian Lance Taylor | 2 | -2/+6 |
1994-03-16 | * config/tc-mips.c (mips_align): Take new argument, label, and use | Ian Lance Taylor | 2 | -23/+44 |
1994-03-16 | * gas/hppa/more.parse/regpopbug.s: New test. | Jeff Law | 7 | -0/+41 |
1994-03-15 | version 2.0 -> 2.2.1 | Ken Raeburn | 1 | -114/+403 |
1994-03-15 | keep ic960coff.mt | Ken Raeburn | 1 | -0/+1 |
1994-03-15 | keep vmsconf.sh | Ken Raeburn | 1 | -0/+1 |
1994-03-15 | today's changes for vms, misc bugs | Ken Raeburn | 1 | -0/+36 |
1994-03-15 | (VMS_Initialized_Data_Size): Cache symbol values to reduce number of lookups | Ken Raeburn | 1 | -19/+29 |
1994-03-15 | (obj_coff_line): Set symbol lnno field with this_base, not line_base. (Patch | Ken Raeburn | 1 | -2/+1 |
1994-03-15 | Scan Makefile.in, not version.c, for current version number. Delete all | Ken Raeburn | 1 | -20/+12 |
1994-03-14 | various configuration changes, obj-coff change | Ken Raeburn | 1 | -0/+18 |
1994-03-14 | rewritten, untested | Ken Raeburn | 1 | -21/+50 |