summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* import gdb-1999-11-08 snapshotJason Molenda1999-11-0957-540/+1733
|
* * config/tc-alpha.c (alpha_align): Check, don't assert, thatRichard Henderson1999-11-082-3/+8
| | | | | the previous label was in the current section before playing with auto-alignment.
* Do not attempt to fixup relocs relative to weak symbolsNick Clifton1999-11-062-18/+28
|
* Add more md operatorsMichael Meissner1999-11-053-16/+16
|
* Wed Nov 3 23:31:19 1999 Jeffrey A Law (law@cygnus.com)Jeff Law1999-11-045-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.
* * read.c (pseudo_set): Reject attempts to set the value of aIan Lance Taylor1999-11-032-0/+5
| | | | section symbol.
* * config/obj-elf.c (obj_elf_ident): Call md_flush_pending_outputIan Lance Taylor1999-11-032-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.
* Change the default endianness to little.Nick Clifton1999-11-035-3/+13
|
* Chnage the default endianness for mcore to littleNick Clifton1999-11-032-4/+6
|
* clip shorts to prevent assembler warningsNick Clifton1999-11-032-3/+9
|
* * som.c (som_fixup_formats): Improve handling of R_AUX_UNWIND,Jeff Law1999-11-022-5/+10
| | | | R_LINETAB, R_LINETAB_ESC, and R_COMMENT.
* These files removed in gdb-19991101 snapshot.Jason Molenda1999-11-023-224/+0
|
* import gdb-1999-11-01 snapshotJason Molenda1999-11-0257-384/+2260
|
* 1999-11-01 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-11-012-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.
* For include/opcode:Gavin Romig-Koch1999-11-016-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.
* expect thumb-pe and thumb-coff failuresNick Clifton1999-11-012-1/+3
|
* fixes for arm-aout....Nick Clifton1999-11-013-6/+6
|
* Expect arm-pe and arm-coff failure of the simple objcopy testNick Clifton1999-11-012-0/+8
|
* Fix test results for arm-pe toolchainNick Clifton1999-11-014-5/+15
|
* Fixed test to disable these checks if the target is PE based.Nick Clifton1999-11-012-1/+9
|
* *** empty log message ***Catherine Moore1999-10-291-1/+6
|
* Remove test6.Catherine Moore1999-10-292-63/+0
|
* Define SHORT_AR (fix for CR: 101340)Nick Clifton1999-10-292-0/+5
|
* oops - omitted from previous deltaNick Clifton1999-10-291-0/+5
|
* Define SHORT_AR and use for MVTACC (fix for CR: 101340)Nick Clifton1999-10-291-1/+2
|
* Fix testsuite failures for arm -linuxNick Clifton1999-10-282-5/+11
|
* fix typo in previous deltaNick Clifton1999-10-282-44/+4
|
* * elflink.h (elf_bfd_final_link): Make last_local signed.Ian Lance Taylor1999-10-282-3/+7
|
* * stabs.c (_bfd_link_section_stabs): Make sure .stabstr sectionIan Lance Taylor1999-10-282-0/+7
| | | | starts with a zero.
* 1999-10-27 Andreas Jaeger <aj@suse.de>Ian Lance Taylor1999-10-282-0/+10
| | | | | * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for target "mips*-*-linux-gnu*".
* 1999-10-27 Fred Fish <fnf@cygnus.com>Ian Lance Taylor1999-10-282-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.
* * config/tc-arm.c (reg_required_here): Improve comments.Jeff Law1999-10-282-2/+6
|
* * config/tc-arm.c (thumb_opcode): Add "variants" field.Jeff Law1999-10-282-58/+62
| | | | (tinsns): Initialize variants field.
* * tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and BAD_PCJeff Law1999-10-272-76/+81
| | | | respectively.
* fix compile time warnings.Nick Clifton1999-10-272-0/+5
|
* fix compile time warningsNick Clifton1999-10-275-5/+21
|
* Remove extraneous underscore from prototypeNick Clifton1999-10-263-2/+9
|
* Remove spurious test of exp_nameNick Clifton1999-10-262-2/+5
|
* import gdb-1999-10-25 snapshotJason Molenda1999-10-2618-345/+617
|
* revert part of previous delta which had accidentally snarfed some experimentalNick Clifton1999-10-251-4/+2
| | | | code.
* revert previous deltaNick Clifton1999-10-255-95/+1
|
* Apply patch supplied for case 102229 to implement new insns psrclr and psrset.Nick Clifton1999-10-254-11/+143
|
* oops - omitted from previous deltaNick Clifton1999-10-251-0/+6
|
* D10V patches from CagneyMichael Meissner1999-10-254-14/+58
|
* Add default assembler switchhes on a per machine basis.Nick Clifton1999-10-222-62/+80
| | | | Use machine target type when opening output bfd files.
* * tc_d10v.c (find_opcode): Allow ATSIGN to match expressions of theDiego Novillo1999-10-212-1/+6
| | | | form @abs16, @(abs16) and @(abs16 + imm).
* * config/tc-mips.c (ISA_HAS_COPROC_DELAYS) : New.Gavin Romig-Koch1999-10-212-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.
* Fix assembler testsuite for ARMNick Clifton1999-10-214-35/+41
|
* Remove generated parsers, expect bison to be presentStan Shebs1999-10-194-9322/+0
|
* import gdb-1999-10-18 snapshotJason Molenda1999-10-1945-2479/+2275
|