aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-11-17import gdb-1999-11-16 snapshotJason Molenda45-1162/+1627
1999-11-16* config/tc-i386.c (i386_immediate): Disallow O_big immediates.Alan Modra2-3/+19
(i386_displacement): Disallow O_big displacements.
1999-11-16tc-arm.c: minor changes and support for upcoming V5E variant.Donald Lindsay1-28/+75
1999-11-16log entry for config/tc-arm.c changeDonald Lindsay1-0/+7
1999-11-16Added 'X' format to ARM code.Donald Lindsay3-0/+15
1999-11-15 * gas/mips/la.d: Adjust for new la macro expansion.Gavin Romig-Koch4-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-Koch2-0/+7
(dla): Expand to daddiu if possible.
1999-11-12fix typo.Nick Clifton1-1/+1
1999-11-12do not look beyond the end of the bufferNick Clifton2-2/+7
1999-11-11Look for seperator after TO and FROM tokens when exploring nested structuresNick Clifton2-2/+9
1999-11-11Add sim-d10v.hMichael Meissner2-0/+111
1999-11-11Add ssnop pattern.Nick Clifton2-34/+42
1999-11-09 * libbfd.c (bfd_read): Check result of read against desired resultIan Lance Taylor2-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 debugIan Lance Taylor1-1/+8
information right if there is no data part.
1999-11-091999-11-08 Andrew Haley <aph@cygnus.com>Andrew Haley2-0/+22
* app.c (do_scrub_chars): When in State 10, treat backslash characters in the same way as as symbol characters.
1999-11-09import gdb-1999-11-08 snapshotJason Molenda57-540/+1733
1999-11-08 * config/tc-alpha.c (alpha_align): Check, don't assert, thatRichard Henderson2-3/+8
the previous label was in the current section before playing with auto-alignment.
1999-11-06Do not attempt to fixup relocs relative to weak symbolsNick Clifton2-18/+28
1999-11-05Add more md operatorsMichael Meissner3-16/+16
1999-11-04Wed Nov 3 23:31:19 1999 Jeffrey A Law (law@cygnus.com)Jeff Law5-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 aIan Lance Taylor2-0/+5
section symbol.
1999-11-03 * config/obj-elf.c (obj_elf_ident): Call md_flush_pending_outputIan Lance Taylor2-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-03Change the default endianness to little.Nick Clifton5-3/+13
1999-11-03Chnage the default endianness for mcore to littleNick Clifton2-4/+6
1999-11-03clip shorts to prevent assembler warningsNick Clifton2-3/+9
1999-11-02 * som.c (som_fixup_formats): Improve handling of R_AUX_UNWIND,Jeff Law2-5/+10
R_LINETAB, R_LINETAB_ESC, and R_COMMENT.
1999-11-02These files removed in gdb-19991101 snapshot.Jason Molenda3-224/+0
1999-11-02import gdb-1999-11-01 snapshotJason Molenda57-384/+2260
1999-11-011999-11-01 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-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-01For include/opcode:Gavin Romig-Koch6-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-01expect thumb-pe and thumb-coff failuresNick Clifton2-1/+3
1999-11-01fixes for arm-aout....Nick Clifton3-6/+6
1999-11-01Expect arm-pe and arm-coff failure of the simple objcopy testNick Clifton2-0/+8
1999-11-01Fix test results for arm-pe toolchainNick Clifton4-5/+15
1999-11-01Fixed test to disable these checks if the target is PE based.Nick Clifton2-1/+9
1999-10-29*** empty log message ***Catherine Moore1-1/+6
1999-10-29Remove test6.Catherine Moore2-63/+0
1999-10-29Define SHORT_AR (fix for CR: 101340)Nick Clifton2-0/+5
1999-10-29oops - omitted from previous deltaNick Clifton1-0/+5
1999-10-29Define SHORT_AR and use for MVTACC (fix for CR: 101340)Nick Clifton1-1/+2
1999-10-28Fix testsuite failures for arm -linuxNick Clifton2-5/+11
1999-10-28fix typo in previous deltaNick Clifton2-44/+4
1999-10-28 * elflink.h (elf_bfd_final_link): Make last_local signed.Ian Lance Taylor2-3/+7
1999-10-28 * stabs.c (_bfd_link_section_stabs): Make sure .stabstr sectionIan Lance Taylor2-0/+7
starts with a zero.
1999-10-281999-10-27 Andreas Jaeger <aj@suse.de>Ian Lance Taylor2-0/+10
* ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for target "mips*-*-linux-gnu*".
1999-10-281999-10-27 Fred Fish <fnf@cygnus.com>Ian Lance Taylor2-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 Law2-2/+6
1999-10-28 * config/tc-arm.c (thumb_opcode): Add "variants" field.Jeff Law2-58/+62
(tinsns): Initialize variants field.
1999-10-27 * tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and BAD_PCJeff Law2-76/+81
respectively.
1999-10-27fix compile time warnings.Nick Clifton2-0/+5