Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-11-02 | * som.c (som_fixup_formats): Improve handling of R_AUX_UNWIND, | Jeff Law | 2 | -5/+10 | |
R_LINETAB, R_LINETAB_ESC, and R_COMMENT. | |||||
1999-11-02 | These files removed in gdb-19991101 snapshot. | Jason Molenda | 3 | -224/+0 | |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 57 | -384/+2260 | |
1999-11-01 | 1999-11-01 Steve Chamberlain <sac@pobox.com> | Ian Lance Taylor | 2 | -21/+92 | |
* ldlang.c (section_already_linked): Rework to use hash table. (already_linked_newfunc): New function. (already_linked_table_init): New function. (already_linked_table_free): New function. (lang_process): Initialize and free the already_linked hash table. | |||||
1999-11-01 | For include/opcode: | Gavin Romig-Koch | 6 | -78/+42 | |
* mips.h (OPCODE_IS_MEMBER): New. For gas: * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER. (mips_ip): Use OPCODE_IS_MEMBER. For opcodes: * mips-dis.c (_print_insn_mips): Use OPCODE_IS_MEMBER. | |||||
1999-11-01 | expect thumb-pe and thumb-coff failures | Nick Clifton | 2 | -1/+3 | |
1999-11-01 | fixes for arm-aout.... | Nick Clifton | 3 | -6/+6 | |
1999-11-01 | Expect arm-pe and arm-coff failure of the simple objcopy test | Nick Clifton | 2 | -0/+8 | |
1999-11-01 | Fix test results for arm-pe toolchain | Nick Clifton | 4 | -5/+15 | |
1999-11-01 | Fixed test to disable these checks if the target is PE based. | Nick Clifton | 2 | -1/+9 | |
1999-10-29 | *** empty log message *** | Catherine Moore | 1 | -1/+6 | |
1999-10-29 | Remove test6. | Catherine Moore | 2 | -63/+0 | |
1999-10-29 | Define SHORT_AR (fix for CR: 101340) | Nick Clifton | 2 | -0/+5 | |
1999-10-29 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+5 | |
1999-10-29 | Define SHORT_AR and use for MVTACC (fix for CR: 101340) | Nick Clifton | 1 | -1/+2 | |
1999-10-28 | Fix testsuite failures for arm -linux | Nick Clifton | 2 | -5/+11 | |
1999-10-28 | fix typo in previous delta | Nick Clifton | 2 | -44/+4 | |
1999-10-28 | * elflink.h (elf_bfd_final_link): Make last_local signed. | Ian Lance Taylor | 2 | -3/+7 | |
1999-10-28 | * stabs.c (_bfd_link_section_stabs): Make sure .stabstr section | Ian Lance Taylor | 2 | -0/+7 | |
starts with a zero. | |||||
1999-10-28 | 1999-10-27 Andreas Jaeger <aj@suse.de> | Ian Lance Taylor | 2 | -0/+10 | |
* ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for target "mips*-*-linux-gnu*". | |||||
1999-10-28 | 1999-10-27 Fred Fish <fnf@cygnus.com> | Ian Lance Taylor | 2 | -14/+52 | |
* objdump.c (display_bfd): Break into two functions. The actual dumping code moves to dump_bfd. If bfd is not unambiguously recognized as a bfd_object, attempt to dump it as a bfd_core. (dump_bfd): New function. | |||||
1999-10-28 | * config/tc-arm.c (reg_required_here): Improve comments. | Jeff Law | 2 | -2/+6 | |
1999-10-28 | * config/tc-arm.c (thumb_opcode): Add "variants" field. | Jeff Law | 2 | -58/+62 | |
(tinsns): Initialize variants field. | |||||
1999-10-27 | * tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and BAD_PC | Jeff Law | 2 | -76/+81 | |
respectively. | |||||
1999-10-27 | fix compile time warnings. | Nick Clifton | 2 | -0/+5 | |
1999-10-27 | fix compile time warnings | Nick Clifton | 5 | -5/+21 | |
1999-10-26 | Remove extraneous underscore from prototype | Nick Clifton | 3 | -2/+9 | |
1999-10-26 | Remove spurious test of exp_name | Nick Clifton | 2 | -2/+5 | |
1999-10-26 | import gdb-1999-10-25 snapshot | Jason Molenda | 18 | -345/+617 | |
1999-10-25 | revert part of previous delta which had accidentally snarfed some experimental | Nick Clifton | 1 | -4/+2 | |
code. | |||||
1999-10-25 | revert previous delta | Nick Clifton | 5 | -95/+1 | |
1999-10-25 | Apply patch supplied for case 102229 to implement new insns psrclr and psrset. | Nick Clifton | 4 | -11/+143 | |
1999-10-25 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+6 | |
1999-10-25 | D10V patches from Cagney | Michael Meissner | 4 | -14/+58 | |
1999-10-22 | Add default assembler switchhes on a per machine basis. | Nick Clifton | 2 | -62/+80 | |
Use machine target type when opening output bfd files. | |||||
1999-10-21 | * tc_d10v.c (find_opcode): Allow ATSIGN to match expressions of the | Diego Novillo | 2 | -1/+6 | |
form @abs16, @(abs16) and @(abs16 + imm). | |||||
1999-10-21 | * config/tc-mips.c (ISA_HAS_COPROC_DELAYS) : New. | Gavin Romig-Koch | 2 | -127/+161 | |
(ISA_HAS_64_BIT_REGS) New. (gpr_interlocks,md_begin,reg_needs_delay,append_insn, mips_emit_delays,macro_build,load_register,load_addresss, macro,macro2,mips_ip,s_cprestore,s_cpadd): Simplify and/or use new ISA_xxx macros in expressions involving ISA, particularly mips_opts.isa. | |||||
1999-10-21 | Fix assembler testsuite for ARM | Nick Clifton | 4 | -35/+41 | |
1999-10-19 | Remove generated parsers, expect bison to be present | Stan Shebs | 4 | -9322/+0 | |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 45 | -2479/+2275 | |
1999-10-18 | Add md expression support; Cleanup alpha warnings | Michael Meissner | 8 | -56/+151 | |
1999-10-18 | 1999-10-15 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2 | -0/+6 | |
* dwarf1.c (parse_die): Fail to parse a die if its length is zero. | |||||
1999-10-17 | Fix typo in last change. | Jeff Law | 1 | -1/+1 | |
1999-10-17 | * libhppa.h (bfd_hppa_insn2fmt): Change to return an int. | Jeff Law | 2 | -3/+7 | |
1999-10-17 | * config/tc-hppa.c (md_apply_fix): Make "fmt" an int. | Jeff Law | 2 | -1/+5 | |
1999-10-15 | * ar.c (normalize): Fix full_pathname code. | Ian Lance Taylor | 2 | -1/+5 | |
1999-10-12 | Nit fix. | Alan Modra | 2 | -1/+5 | |
1999-10-12 | * hppa.h (PF_HP_PAGE_SIZE): Define. | Jeff Law | 2 | -0/+14 | |
(PF_HP_FAR_SHARED, PF_HP_NEAR_SHARED, PF_HP_CODE): Likewise. (PF_HP_MODIFY, PF_HP_LAZYSWAP, PF_HP_SBP): Likewise. | |||||
1999-10-12 | import gdb-1999-10-11 snapshot | Jason Molenda | 68 | -508/+14664 | |
1999-10-12 | import gdb-1999-10-11 snapshot | Jason Molenda | 1 | -1/+1 | |