Age | Commit message (Expand) | Author | Files | Lines |
1999-08-06 | * config/tc-hppa.c (pa_ip, case '?'): Add missing break. | Jeff Law | 2 | -0/+5 |
1999-08-06 | * hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and, | Jeff Law | 2 | -0/+11 |
1999-08-06 | * hppa-dis.c (compare_cond_64_names, cmpib_cond_64_names, | Jeff Law | 2 | -6/+102 |
1999-08-06 | * hppa.h: Document 64 bit condition completers. | Jeff Law | 2 | -2/+21 |
1999-08-06 | * config/tc-hppa.c (pa_ip): Add 64 bit condition completers. | Jeff Law | 2 | -6/+106 |
1999-08-06 | 1999-08-06 Jakub Jelinek <jj@ultra.linux.cz> | Ian Lance Taylor | 2 | -9/+18 |
1999-08-06 | * elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index by | Mark Mitchell | 2 | -9/+21 |
1999-08-05 | * hppa-dis.c (print_insn_hppa): Change condition args to use | Jeff Law | 2 | -54/+77 |
1999-08-05 | * hppa.h (pa_opcodes): Change condition args to use '?' prefix. | Jeff Law | 2 | -93/+106 |
1999-08-05 | * config/tc-hppa.c (pa_ip): Change condition args to have '?' prefix. | Jeff Law | 2 | -399/+415 |
1999-08-05 | Fix year. | Joern Rennecke | 1 | -1/+1 |
1999-08-05 | * config/tc-sh.c (md_assemble): Call as_bad when there are excess | Joern Rennecke | 2 | -2/+17 |
1999-08-05 | Revert last patch to xmalloc.c, and instead bring over this patch from | Ian Lance Taylor | 5 | -125/+193 |
1999-08-05 | Based on patches from Donn Terry <donn@interix.com>: | Ian Lance Taylor | 5 | -114/+258 |
1999-08-05 | * xmalloc.c: Control all uses of SBRK with a single define, | Ian Lance Taylor | 2 | -12/+23 |
1999-08-05 | 1999-08-05 Donn Terry <donn@interix.com> | Ian Lance Taylor | 7 | -4/+47 |
1999-08-05 | 1999-08-05 Donn Terry <donn@interix.com> | Ian Lance Taylor | 4 | -166/+188 |
1999-08-05 | 1999-08-05 Donn Terry <donn@interix.com> | Ian Lance Taylor | 5 | -77/+97 |
1999-08-05 | * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectors | Jeff Law | 2 | -2/+9 |
1999-08-05 | * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle 21bit e_ltpsel | Jeff Law | 2 | -0/+13 |
1999-08-05 | * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byte | Jeff Law | 2 | -2/+8 |
1999-08-04 | * elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16 | Mark Mitchell | 2 | -7/+21 |
1999-08-04 | Support for gcc to generate 16-bit i386 code. (.code16gcc) | Alan Modra | 6 | -65/+139 |
1999-08-04 | * elf32-mips.c (mips_elf_next_lo16_addend): Rename to ... | Mark Mitchell | 2 | -17/+29 |
1999-08-03 | * elf32-mips.c (mips_elf_calculate_relocation): Restore | Mark Mitchell | 2 | -0/+19 |
1999-08-03 | * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000. | Ian Lance Taylor | 3 | -2/+7 |
1999-08-03 | * elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocation | Ian Lance Taylor | 2 | -1/+19 |
1999-08-03 | * coff-stgo32.c (go32_stubbed_coff_object_p): Remove; not used. | Ian Lance Taylor | 2 | -52/+2 |
1999-08-03 | * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and to | Ian Lance Taylor | 4 | -102/+117 |
1999-08-03 | * floatformat.c: Add casts to avoid signed/unsigned warnings. | Ian Lance Taylor | 3 | -7/+16 |
1999-08-03 | * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to | Ian Lance Taylor | 1 | -6/+6 |
1999-08-03 | 1999-08-03 H.J. Lu <hjl@gnu.org> | Ian Lance Taylor | 3 | -11/+7 |
1999-08-03 | * config/obj-coff.c (coff_frob_symbol): Always update set_end with | Ian Lance Taylor | 6 | -75/+82 |
1999-08-03 | * config/tc-mips.c (append_insn): Correct INSN_SYNC test. From | Ian Lance Taylor | 2 | -1/+6 |
1999-08-03 | Rationalize some of the i386 intel mode code. | Alan Modra | 2 | -946/+892 |
1999-08-03 | Fix typo | Mark Mitchell | 1 | -1/+1 |
1999-08-03 | * elf32-mips.c (_bfd_mips_elf_relocate_section): Handle R_MIPS_26 | Mark Mitchell | 2 | -9/+28 |
1999-08-03 | * config/tc-i386.c: Add INFER_ADDR_PREFIX code. Fix 16 bit mode nop. | Alan Modra | 2 | -395/+436 |
1999-08-02 | import gdb-1999-08-02 snapshot | Jason Molenda | 88 | -640/+3223 |
1999-08-02 | This commit was generated by cvs2svn to track changes on a CVS vendor | Jason Molenda | 57 | -1624/+3715 |
1999-08-02 | import gdb-1999-08-02 snapshot | Jason Molenda | 57 | -1624/+3715 |
1999-08-02 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 3 | -11/+13 |
1999-08-01 | Fix typo | Mark Mitchell | 1 | -6/+4 |
1999-08-01 | * elf32-mips.c (_bfd_mips_elf_final_link): Handle the case where | Mark Mitchell | 2 | -6/+22 |
1999-08-01 | * elf32-mips.c (mips_elf_calculate_relocation): Undefined weak | Mark Mitchell | 2 | -8/+26 |
1999-07-30 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 2 | -9/+25 |
1999-07-30 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 4 | -2/+159 |
1999-07-30 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 6 | -13/+463 |
1999-07-30 | Correctly handle Vtentry relocs. | Catherine Moore | 2 | -1/+6 |
1999-07-30 | Fix up vtable entry relocs | Catherine Moore | 2 | -0/+10 |