summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'binutils-2_10'.binutils-2_10nobody2000-06-093-168/+128
| | | | | | | | Sprout from binutils-2_10-branch 2000-06-09 17:31:07 UTC Nick Clifton <nickc@redhat.com> 'Assign correct reloc value to size 1 fixes.' Cherrypick from master 2000-05-18 00:29:13 UTC Andrew Cagney <cagney@redhat.com> 'Typo. bfd@sourceware -> binutils@sourceware.': MAINTAINERS djunpack.bat Delete: ld/testsuite/ld-elfvsb/elf-offset.ld
* Assign correct reloc value to size 1 fixes.Nick Clifton2000-06-092-4/+10
|
* 2000-06-07 Philippe De Muyter <phdm@macqel.be>Phil Blundell2000-06-072-2/+4
| | | | * source.c: Remove direct inclusion of sys/stat.h.
* 2000-06-04 Philippe De Muyter <phdm@macqel.be>Phil Blundell2000-06-042-3/+15
| | | | | * explodename.c: Include stdlib.h and string.h only if they exist. Use strings.h eventually. (already in gettext-0.10.35 since 1998-04-27)
* 2000-05-31 Mark Kettenis <kettenis@gnu.org>Phil Blundell2000-06-013-136/+151
| | | | | | Add support for FreeBSD/Alpha. * configure.in: Add alpha*-*-freebsd* entry to prevent including OSF core file support.
* The ARM assembler is not assembling the following instructionScott Bambrough2000-06-012-2/+9
| | | | | | | | | | | | | correctly. mrs lr, spsr The string pointer is advanced to far before the check to set the SPSR bit. 2000-06-01 Scott Bambrough <scottb@netwinder.org> * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
* REvert previous delta to gprof.hNick Clifton2000-06-012-0/+11
|
* Update generated files.Phil Blundell2000-05-316-303/+2008
|
* Forgot to check this in last week:Phil Blundell2000-05-313-227/+226
| | | | | | | 2000-05-22 David O'Brien <obrien@FreeBSD.org> * configure.in: Recognize alpha-*-freebsd*. * configure: Regenerate.
* 2000-05-26 Scott Bambrough <scottb@netwinder.org>Scott Bambrough2000-05-303-8/+31
| | | | | | | | | | | | | | | | | Port of patch to mainline by Nick Clifton <nickc@cygnus.com>: * arm-opc.h: Use upper case for flags in MSR and MRS instructions. Allow any bit to be set in the field_mask of the MSR instruction. Port of patch to mainline by Nick Clifton <nickc@cygnus.com>: * arm-dis.c (print_insn_arm): Decode _x and _s bits of the field_mask of an MSR instruction. 2000-05-26 Scott Bambrough <scottb@netwinder.org> Port of patch to mainline by Thomas de Lellis <tdel@windriver.com>: * arm-opc.h: Disassembly of thumb ldsb/ldsh instructions changed to ldrsb/ldrsh.
* 2000-05-26 Scott Bambrough <scottb@netwinder.org>Scott Bambrough2000-05-304-138/+206
| | | | | | | | | | | | | | | | | | | | | | | Port of patch to mainline by Nick Clifton <nickc@cygnus.com>: * config/tc-arm.c (struct asm_psr): Add boolean field distinguishing between CSPR and SPSR. Rename 'number' field to 'field'. (psrs): Rearrange contents to match new asm_psr structure. (arm_psr_parse): Move next to psr_required_here. Make it return an asm_psr structure. (psr_required_here): Use asm_psr structure returned by arm_psr_parse. (do_msr): Reorganise to allow psr_required_here to be called only once. (md_undefined_name): Mark 'name' parameter as unused, since the COFF target does not use it. Port of patch to mainline by Nick Clifton <nickc@cygnus.com>: * testsuite/gas/arm/arch4t.s: Add tests of new fields to msr instruction. * NEWS: Mention change in behaviour when assembling msr instruction.
* Fix my inept 2000-05-24 change.Alan Modra2000-05-302-3/+8
|
* 2000-04-24 Nick Clifton <nickc@cygnus.com>Phil Blundell2000-05-293-10/+43
| | | | | | | | | | | * doc/c-arm.texi (ARM Directives): Document behaviour of .align 0. * doc/as.texinfo (Align): Include arm and strongarm in list of targets that have the second form of the behaviour of the .align directive. 2000-05-29 Philip Blundell <philb@gnu.org> * doc/as.texinfo: (Local Labels): Delete misplaced mention of ARM.
* 2000-05-29 Philip Blundell <philb@gnu.org>Phil Blundell2000-05-292-1/+9
| | | | * ppcboot.c: Add packed attribute if compiling with GCC.
* Add generated files.Phil Blundell2000-05-2982-1/+67595
|
* 2000-05-29 Philip Blundell <philb@gnu.org>Phil Blundell2000-05-293-2/+9
| | | | | * doc/as.texinfo: Update copyright dates. * NEWS: Mention ARM ELF support.
* (_bfd_elf_link_hash_table_init): Initialize dynlocal.Alan Modra2000-05-292-125/+130
|
* Use BFD's _. ie. dgettext ("gprof", ..), was gettext (..)Alan Modra2000-05-282-6/+4
|
* 2000-05-22 David O'Brien <obrien@FreeBSD.org>Phil Blundell2000-05-282-0/+5
| | | | * configure.tgt: Recognize alpha-*-freebsd*.
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-2831-501/+888
|
* This commit was manufactured by cvs2svn to create branch 'binutils-nobody2000-05-261-0/+51
| | | | | | 2_10-branch'. Cherrypick from master 2000-05-26 13:11:57 UTC Alan Modra <amodra@gmail.com> 'Eli Zaretskii's DOSish file name patches.': include/filenames.h
* (bfd_close_all_done): Mask file perms with 0777 not 0x777.Alan Modra2000-05-262-1/+5
|
* Ensure bfd_close after bfd_openw so we don't get multiple bfd_openwAlan Modra2000-05-252-0/+9
| | | | calls for same file.
* Oops. Forgot to say "configure: Regenerate".Hans-Peter Nilsson2000-05-231-0/+1
|
* * configure.in (i386-*-freebsd a.out entry): Quote properly.Hans-Peter Nilsson2000-05-233-207/+224
|
* H.J.'s ELFOSABI changes.Alan Modra2000-05-236-3/+54
|
* 2000-05-23 Philip Blundell <pb@futuretv.com>Phil Blundell2000-05-2312-854/+749
| | | | | * configure.in: Set version to 2.10. * configure: Regenerate.
* Duh, rebuild configure too.Phil Blundell2000-05-232-243/+233
|
* 2000-05-23 Philip Blundell <pb@futuretv.com>Phil Blundell2000-05-232-1/+5
| | | | * configure.in: Set version to 2.10.
* 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>Phil Blundell2000-05-234-12/+11
| | | | | | | * arlex.l: Add directives to increase lex buffer size. * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are already included by bucomm.h.
* Add missed hunk.Alan Modra2000-05-231-0/+5
|
* Pass jump reloc in fr_var so it can be used inAlan Modra2000-05-234-48/+64
| | | | md_estimate_size_before_relax, replacing old kludge.
* Assorted bugfixes from the trunk:Alan Modra2000-05-232-71/+101
| | | | d suffix for pushf,popf,pusha,popa,iret
* Fix fild.Alan Modra2000-05-172-3/+7
|
* Update printed copyright.Alan Modra2000-05-152-1/+5
|
* FreeBSD changes.Alan Modra2000-05-153-3/+13
|
* This commit was manufactured by cvs2svn to create branch 'binutils-nobody2000-05-142-0/+198
| | | | | | | 2_10-branch'. Cherrypick from master 2000-05-14 09:37:07 UTC Alan Modra <amodra@gmail.com> 'New file': gas/config/te-freebsd.h ld/testsuite/ld-elfvsb/elf-offset.ld
* Apply Joel Sherrill's RTEMS patch.Phil Blundell2000-05-137-238/+298
|
* Fix some nits shown up by objcopy.Alan Modra2000-05-092-16/+40
|
* Michael Sokolov's 68000 patches + assorted compiler warning fixes.Alan Modra2000-05-083-46/+70
|
* Fix breakage from 2000-03-31 bfd/srec.c change.Alan Modra2000-05-082-2/+6
|
* Fix coredump discovered running m68k testsuite.Alan Modra2000-05-082-1/+5
|
* * trad-core.c (trad_unix_core_file_p): ReturnAlan Modra2000-05-082-1/+4
| | | | bfd_error_wrong_format rather than bfd_error_file_truncated.
* DataDirectory virtual address is relative. Fix to suit.Alan Modra2000-05-082-102/+98
|
* 2000-04-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>Phil Blundell2000-05-0644-29/+48
| | | | | | | | | | | | | * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c, avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c, disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c, i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c, m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c, mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c, ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c, tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c, w65-dis.c, z8k-dis.c, z8kgen.c: Everyone includes sysdep.h. Remove ansidecl.h as sysdep.h includes it.
* Just mention current year in printed copyright message.Alan Modra2000-05-042-2/+6
|
* * config/atof-ieee.c (gen_to_words): When adding carry back in,Ian Lance Taylor2000-05-032-2/+9
| | | | don't permit lp to become less than the words array.
* Fix 64 bit target section start on 32 bit machine.Alan Modra2000-05-032-3/+9
|
* Update copyright message.Alan Modra2000-05-032-1/+6
|
* go32 bss alignmentAlan Modra2000-05-035-1/+17
|