Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-11-25 | * hppa-dis.c (unit_cond_names): Add PA2.0 unit condition names. | Jeff Law | 2 | -2/+8 | |
(print_insn_hppa): Handle 'B' operand. | |||||
1999-11-25 | * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb" | Jeff Law | 2 | -2/+10 | |
instruction. | |||||
1999-11-25 | * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle | Jeff Law | 2 | -0/+43 | |
'B' operand for PA2.0 bb instruction. | |||||
1999-11-24 | Fix bug in previous delta | Nick Clifton | 2 | -1/+6 | |
1999-11-23 | Do not check sections without a LOAD attribute for overlap | Nick Clifton | 2 | -41/+50 | |
1999-11-22 | Fix binary pattern for cpfg,f0,c instruction | Nick Clifton | 2 | -1/+5 | |
1999-11-22 | Overhaul --help output. | Nick Clifton | 2 | -31/+70 | |
1999-11-21 | Overhaul --help output | Nick Clifton | 3 | -96/+176 | |
1999-11-20 | fix typoi | Nick Clifton | 2 | -1/+5 | |
1999-11-19 | * elf32-m68k.c (elf_cpu32_plt0_entry): Fix encoding. | Catherine Moore | 2 | -4/+9 | |
(elf_cpu32_plt_entry): Likewise. | |||||
1999-11-18 | For include/opcode: | Gavin Romig-Koch | 4 | -0/+67 | |
* mips.h (INSN_ISA5): New. For opcodes: * mips-opc.c (I5): New. (abs.ps,add.ps,alnv.ps,c.COND.ps,cvt.s.pl,cvt.s.pu,cvt.ps.s madd.ps,movf.ps,movt.ps,mul.ps,net.ps,nmadd.ps,nmsub.ps, pll.ps,plu.ps,pul.ps,puu.ps,sub.ps,suxc1,luxc1): New. | |||||
1999-11-18 | Fix generation of RVA relocs | Nick Clifton | 3 | -1/+17 | |
1999-11-18 | Fix processing of RVA relocs | Nick Clifton | 2 | -1/+18 | |
1999-11-18 | * elf-bfd.h (struct elf_backend_data): Reorder collect and | Richard Henderson | 5 | -18/+58 | |
type_change_ok; add sign_extend_vma. * elf32-mips.c (elf_backend_sign_extend_vma): Define. * elfcode.h (elf_swap_symbol_in): Mind be->sign_extend_vma. (elf_swap_shdr_in, elf_swap_phdr_in): Likewise. * elfxx-target.h (elf_backend_sign_extend_vma): Default. (elfNN_bed): Follow struture changes. | |||||
1999-11-17 | 1999-11-16 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 3 | -199/+0 | |
* gdb.base/compiler.c gdb.base/dollar.exp gdb.c++/compiler.cc: Files removed in gdb-1999-11-16 snapshot. | |||||
1999-11-17 | import gdb-1999-11-16 snapshot | Jason Molenda | 45 | -1162/+1627 | |
1999-11-16 | * config/tc-i386.c (i386_immediate): Disallow O_big immediates. | Alan Modra | 2 | -3/+19 | |
(i386_displacement): Disallow O_big displacements. | |||||
1999-11-16 | tc-arm.c: minor changes and support for upcoming V5E variant. | Donald Lindsay | 1 | -28/+75 | |
1999-11-16 | log entry for config/tc-arm.c change | Donald Lindsay | 1 | -0/+7 | |
1999-11-16 | Added 'X' format to ARM code. | Donald Lindsay | 3 | -0/+15 | |
1999-11-15 | * gas/mips/la.d: Adjust for new la macro expansion. | Gavin Romig-Koch | 4 | -1446/+1445 | |
Change matches for explicit addresses to matches for any address. * gas/mips/la-xgot.d: Same. * gas/mips/la-svr4pic.d: Same. | |||||
1999-11-15 | * mips-opc.c (la): Create a version that just uses addiu directly. | Gavin Romig-Koch | 2 | -0/+7 | |
(dla): Expand to daddiu if possible. | |||||
1999-11-12 | fix typo. | Nick Clifton | 1 | -1/+1 | |
1999-11-12 | do not look beyond the end of the buffer | Nick Clifton | 2 | -2/+7 | |
1999-11-11 | Look for seperator after TO and FROM tokens when exploring nested structures | Nick Clifton | 2 | -2/+9 | |
1999-11-11 | Add sim-d10v.h | Michael Meissner | 2 | -0/+111 | |
1999-11-11 | Add ssnop pattern. | Nick Clifton | 2 | -34/+42 | |
1999-11-09 | * libbfd.c (bfd_read): Check result of read against desired result | Ian Lance Taylor | 2 | -8/+25 | |
using !=, not <. (_bfd_generic_get_section_contents): Set bfd_error if the seek is invalid compared to the section size. | |||||
1999-11-09 | * ieee.c (ieee_slurp_debug): Get the length of the debug | Ian Lance Taylor | 1 | -1/+8 | |
information right if there is no data part. | |||||
1999-11-09 | 1999-11-08 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2 | -0/+22 | |
* app.c (do_scrub_chars): When in State 10, treat backslash characters in the same way as as symbol characters. | |||||
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 57 | -540/+1733 | |
1999-11-08 | * config/tc-alpha.c (alpha_align): Check, don't assert, that | Richard Henderson | 2 | -3/+8 | |
the previous label was in the current section before playing with auto-alignment. | |||||
1999-11-06 | Do not attempt to fixup relocs relative to weak symbols | Nick Clifton | 2 | -18/+28 | |
1999-11-05 | Add more md operators | Michael Meissner | 3 | -16/+16 | |
1999-11-04 | Wed Nov 3 23:31:19 1999 Jeffrey A Law (law@cygnus.com) | Jeff Law | 5 | -222/+257 | |
* emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): Clean up code to use EXTRA_SHLIB_EXTENSION. 1999-09-14 Ulrich Drepper <drepper@cygnus.com> * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target. * config.in: Add EXTRA_SHLIB_EXTENSION. * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION is defined. | |||||
1999-11-03 | * read.c (pseudo_set): Reject attempts to set the value of a | Ian Lance Taylor | 2 | -0/+5 | |
section symbol. | |||||
1999-11-03 | * config/obj-elf.c (obj_elf_ident): Call md_flush_pending_output | Ian Lance Taylor | 2 | -3/+21 | |
if it is defined. * config/obj-elf.c (elf_set_index): Add ATTRIBUTE_UNUSED. * config/obj-elf.c (elf_frob_file_after_relocs): Don't pass NULL to bfd_set_section_contents. | |||||
1999-11-03 | Change the default endianness to little. | Nick Clifton | 5 | -3/+13 | |
1999-11-03 | Chnage the default endianness for mcore to little | Nick Clifton | 2 | -4/+6 | |
1999-11-03 | clip shorts to prevent assembler warnings | Nick Clifton | 2 | -3/+9 | |
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 | |