aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-06-23(operand): Do not as_bad() if RELAX_PAREN_GROUPING isAlan Modra2-4/+14
defined. Fix error message and double increment of input_line_pointer for `[' grouping.
2000-06-23Add support for auto_boolean (true, false or auto).Andrew Cagney4-6/+154
2000-06-23When FP registers are full, store FP arguments on stack and not inAndrew Cagney2-12/+35
integer registers.
2000-06-23Kazu Hirata's formatting and comment typo fixes.Alan Modra2-122/+80
2000-06-23Move premature QP notation clearing to it's appropriate location.Timothy Wall2-3/+12
2000-06-22* armemu.c (Multiply64): Fix computation of flag N.Alexandre Oliva2-4/+5
2000-06-22* armemu.c (MultiplyAdd64): Fix computation of flag N.Alexandre Oliva2-4/+7
2000-06-22Check dependecies for leading `/' in this dir too.Alan Modra3-5/+19