aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson6-14/+38
* config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4* to add a new target for traditional mips i.e bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec. * configure.in: Likewise. * configure: Rebuild. * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in bfd_target_vector. (bfd_elf32_tradlittlemips_vec): Likewise. * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test to see that elfNN_bed does not get redefined even if the target file is included twice for a chip. See elf32-mips.c.
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson5-0/+47
* configure.tgt: Add traditional mips (mips*-*-sysv4*) target. * emulparams/elf32btsmip.sh: New file. * Makefile.am: Add traditional mips target. * Makefile.in: Rebuild.
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2-0/+21
* ltconfig: Add support for mips-dde-sysv4.2MP
2000-07-012000-07-01 H.J. Lu <hjl@gnu.org>H.J. Lu3-8/+19
* Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for automake to use YLWRAP. * Makefile.in: Rebuild.
2000-07-01AAganichev's parse_stab_type size fix.Alan Modra2-0/+6
2000-07-01* test cleanupFrank Ch. Eigler2-7/+21
2000-07-01 Frank Ch. Eigler <fche@redhat.com> * binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize syntax to display more tcl nature.
2000-07-01Revert previous ser-unix change. Locks up serial device.Andrew Cagney2-26/+45
2000-07-01Restore setting of SER_HARDWIRE. Lost during rs6000 merge.Andrew Cagney2-3/+7
2000-07-01Fix 2000-06-22. grep after running dep.sedAlan Modra15-40/+80
2000-06-30Add entry omited when Stephane Carrez's h68hc11 code was chaecked in.Nick Clifton1-0/+12
2000-06-30* peicode.h (coff_swap_filehdr_in): can't use e_magic because weDJ Delorie1-0/+5
can't assume the PE header is at 0x80.
2000-06-30* peicode.h (coff_swap_filehdr_in): can't use e_magic because weDJ Delorie3-2/+15
can't assume the PE header is at 0x80. * coff/pe.h: clarify a comment
2000-06-30Remove unimplemented "PAGE N:" flag from default linker script.Timothy Wall2-3/+8
2000-06-29Do not change an existing section's attributes if a flags argument isn'tNick Clifton2-12/+38
present. Warn if the new attributes don't match the section's current attributes.
2000-06-29Change the registers used in ldmac and stmac tests.Nick Clifton3-11/+17
2000-06-29Fix previous delta so that it is only used for TE_GO32 and not !TE_PE.Nick Clifton2-6/+7
2000-06-29 * config/obj-aout.c (obj_aout_type): Do not ignore for undefinedHans-Peter Nilsson2-15/+17
symbols; create them.
2000-06-29Set vma and lma for segment when using the BFD_ASSEMBLER for COFF format files.Nick Clifton2-0/+29
2000-06-29typoDJ Delorie1-1/+1
2000-06-29* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.DJ Delorie2-1/+5
2000-06-28 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' orCorinna Vinschen2-20/+32
`os2'. Force ac_cv_exeext to be ".exe" in that case.
2000-06-2816 bit immediate expr support for mipsAldy Hernandez2-8/+10
2000-06-28* go32stub.h: Update stub.DJ Delorie2-118/+122
2000-06-272000-06-19 Syd Polk <spolk@redhat.com>Syd Polk2-0/+5
* acinclude.m4: Updated for Incr Tcl 3.0.
2000-06-27Do not allow EITHER_BUT_PREFER_MU opcodes to be packed into reverseNick Clifton4-18/+35
sequential buckets, and warn if the user does so.
2000-06-27Params elimination.Kevin Buettner2-3/+7
2000-06-27Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR ↵Nick Clifton13-47/+108
port.
2000-06-27Fix formatting.Nick Clifton4-119/+113
2000-06-26Revert incorrect 2000-06-25 patch.Alan Modra3-3/+8
2000-06-262000-06-26 Scott Bambrough <scottb@netwinder.org>Scott Bambrough2-1/+8
* arm-dis.c (regnames): Add an additional register set to match the set used by GCC. Make it the default.
2000-06-25Fix spelling typos.Nick Clifton16-509/+962
Remove use of DEFUN().
2000-06-25Fix spelling typoNick Clifton2-2/+2
2000-06-25Assemble ldmac correctly.Nick Clifton2-1/+10
2000-06-25Treat GNU weak symbols as external.Nick Clifton2-1/+26
2000-06-25Advance past both parts of dos based <letter>: filepath prefix.Nick Clifton3-3/+10
2000-06-25 * Makefile.in (install-info): Support installation from outside ofEli Zaretskii2-1/+8
the source directory. Reported by Mark Harig <markh@frazier.landmark.com>.
2000-06-25386.c (md_estimate_size_before_relax): RevertDJ Delorie2-28/+9
more changes from Sept 1999 (tc_i386_fix_adjustable): ditto (md_apply_fix3): ditto
2000-06-24* elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'Alexandre Oliva2-2/+7
for local symbols whose names are unknown.
2000-06-24Fix description of --stabs switchNick Clifton2-1/+5
2000-06-24* cgen assembler fixes; approved by original author <devans>Frank Ch. Eigler2-1/+13
2000-06-24 Frank Ch. Eigler <fche@redhat.com> * cgen.c (expr_jmp_buf_p): New validity flag for expr_jmp_buf. (gas_cgen_parse_operand): Set it around expression() call. (gas_cgen_md_operand): Test for it before longjmp().
2000-06-24* verbosity reductionFrank Ch. Eigler2-2/+5
2000-06-23 Frank Ch. Eigler <fche@redhat.com> * cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.
2000-06-24* build cleanliness fixFrank Ch. Eigler2-1/+6
2000-06-24 Frank Ch. Eigler <fche@redhat.com> From Maciej W. Rozycki <macro@ds2.pg.gda.pl>: * Makefile.in (distclean): Clean cconfig.h also.
2000-06-24Blow away DEFUN.Alan Modra5-94/+100
2000-06-24Fix comment typos.Alan Modra2-6/+10
2000-06-24arm-elf does --gc-sections too.Alan Modra2-2/+6
2000-06-23Tipo.Andrew Cagney1-1/+1
2000-06-23Fix printf arguments.Andrew Cagney2-3/+8
2000-06-23Duh! What double-increment?Alan Modra1-169/+171
2000-06-23For EABI, start allocting space on the stack when the registers areAndrew Cagney2-11/+22
full. Not when the number of args == 8.
2000-06-23* $literal supportFrank Ch. Eigler2-0/+11
2000-06-23 Frank Ch. Eigler <fche@redhat.com> * expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX is defined.