• R/O
  • HTTP
  • SSH
  • HTTPS

sourceware: List of commits

Yet another clone of sourceware.org.


RSS
Rev. Time Author
1b006f7 1999-05-29 20:05:16 nickc

Fix implementation of R_ARM_PC24 and R_ARM_THM_PC22 relocs to conform to spec.

4287ddb 1999-05-29 19:57:41 nickc

Implement new command line option for new ABI: -p which prevents the ARM code
from exhibiting any knowledge of the length of the processor's pipeline.

4e7b9c3 1999-05-29 19:51:13 nickc

Display unknown values detected in ELF program header.

19b3fa5 1999-05-29 19:47:18 nickc

Include pipeline offset in addend unless dealing with an old ABI.

b717581 1999-05-29 19:42:44 nickc

Define ELFOSABI_ARM

ba47712 1999-05-29 18:09:37 nickc

fix typo.

b43d2cc 1999-05-29 02:24:21 nickc

remove spurious code.

a611d70 1999-05-29 00:28:50 devans

-Wchar-subscripts cleanup
* listing.c (listing_newline): Use unsigned char variable, so
calls to isascii,iscntrl are correct.
* atof-generic.c (atof_generic): Cast arg to isdigit, et. al. with
(unsigned char).
* ecoff.c (ecoff_directive_ent,ecoff_stab): Ditto.
* config/obj-elf.c (obj_elf_vtable_inherit): Ditto.
* config/tc-mips.c (mips_ip,mips16_ip): Ditto.
(my_getSmallExpression,get_number,s_mips_ent): Ditto.

2b425cc 1999-05-28 23:26:51 law

* hppa.h (pa_opcodes): Move integer arithmetic instructions after
integer logical instructions.

b36576e 1999-05-28 22:24:30 nickc

Initialise EI_OSABI and EI_ABIVERSION fields of e_ident array.
Add ability for backends to process program and section headers after they
have been created.

d20278a 1999-05-28 19:53:04 nickc

fix typo.

0a7e695 1999-05-28 19:50:27 nickc

Minor formatting changes.

c6078d7 1999-05-28 19:47:29 nickc

Update comment

0856649 1999-05-28 19:14:10 nickc

Better coping with different reloc types.

6804dbe 1999-05-28 07:48:47 ian

* configure.in: Check whether getuid and getgid exist.
* archive.c: Define getuid and getgid as macros if HAVE_GETUID or
HAVE_GETGID are not defined, respectively.
(bfd_write_armap): Don't special case on _WIN32 for getuid and
getgid.
* configure.host: Set ac_cv_func_get{ug}id for *-*-windows*.
* configure, config.in: Rebuild.

4a93560 1999-05-28 07:36:49 ian

1999-05-28 Torbjorn Granlund <tege@matematik.su.se>
* config/tc-m68k.c (m68k_ip): Check for disallowed index register
width for Coldfire.
(arch_coldfire_p): New #define.
(m68k_ip, m68k_init_after_args): Use arch_coldfire_p.
1999-05-28 Linus Nordberg <linus.nordberg@canit.se>
* config/tc-m68k.c (install_operand): Add places `n', `o'.
* config/tc-m68k.c (m68k_ip): Add formats `E', `G', `H'.
(install_operand): Add place `N'.
(init_table): Add registers ACC, MACSR, MASK.
* config/m68k-parse.h (m68k_register): Add ACC, MACSR, MASK.
* config/tc-m68k.c: Change mcf5200 --> mcf.
(archs): Add mcf5206e, mcf5307.
(m68k_ip): Add format `u'.
(install_operand): Add place `m', `M', `h'.
(init_table): Add upper/lower registers.
* config/m68k-parse.h (m68k_register): Add upper/lower registers.

b8a3795 1999-05-28 07:33:12 ian

1999-05-28 Linus Nordberg <linus.nordberg@canit.se>
* m68k-opc.c: Rename MACL/MSACL to MAC/MSAC. Add MACM/MSACM. Add
MOVE MACSR,CCR.
* m68k-dis.c (fetch_arg): Add places `n', `o'.
* m68k-opc.c: Add MSAC, MACL, MOVE to/from ACC, MACSR, MASK.
Add mcf5206e to appropriate instructions.
Add alias for MAC, MSAC.
* m68k-dis.c (print_insn_arg): Add formats `E', `G', `H' and place
`N'.
* m68k-opc.c (m68k_opcodes): Add divsw, divsl, divuw, divul, macl,
macw, remsl, remul for mcf5307. Change mcf5200 --> mcf.
* m68k-dis.c: Add format `u' and places `h', `m', `M'.

86260fa 1999-05-28 07:31:02 ian

1999-05-28 Linus Nordberg <linus.nordberg@canit.se>
* m68k.h: Document new formats `E', `G', `H' and new places `N',
`n', `o'.
* m68k.h: Define mcf5206e, mcf5307, mcf. Document new format `u'
and new places `m', `M', `h'.

2663d63 1999-05-28 07:05:25 ian

* binutils-all/readelf.h: Update for changes of 1999-04-08.

a25e09d 1999-05-28 07:04:39 ian

* readelf.c: Include "elf/i960.h".
(dump_relocations): Handle EM_960.

a76e940 1999-05-28 06:58:09 ian

* gas/vtable/vtable.exp: Don't run test for i960 yet.

291835a 1999-05-28 06:57:40 ian

1999-05-28 Martin Dorey <mdorey@madge.com>
* config/tc-i960.c: Several minor changes to add ELF and
BFD_ASSEMBLER support.
* config/tc-i960.h: Likewise.
* configure.in (i960-*-elf*): New target.
* aclocal.m4, configure: Rebuild.

b2c7fb2 1999-05-28 06:54:33 ian

rebuild dependencies

d4a63f4 1999-05-28 06:49:17 ian

1999-05-28 Martin Dorey <mdorey@madge.com>
* configure.tgt (i960-*-elf*): New target.
* emulparams/elf32_i960.sh: New file.
* Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o.
(eelf32_i960.c): New target.
* Makefile.in: Rebuild.

4ca1e99 1999-05-28 06:44:37 ian

fix copyrights

d70912c 1999-05-28 06:42:05 ian

1999-05-28 Martin Dorey <mdorey@madge.com>
* elf32-i960.c: New file.
* elf.c (prep_headers): Handle bfd_arch_i960.
* targets.c (bfd_target_vector): Add &bfd_elf32_i960_vec.
* config.bfd (i960-*-elf*): New target.
* configure.in (bfd_elf32_i960_vec): New target vector.
* Makefile.am (BFD32_BACKENDS): Add elf32-i960.lo.
(BFD32_BACKENDS_CFILES): Add elf32-i960.c.
* Makefile.in, aclocal.m4, configure: Rebuild.

03f4c1f 1999-05-28 06:40:25 ian

rebuild

c3404e5 1999-05-28 06:29:04 ian

* i960.h: New file.

a832195 1999-05-28 05:48:12 ian

break long line

e0670dd 1999-05-27 16:41:13 nickc

Add support for BFD_RELOC_ARM_PLT32

Show on old repository browser