• R/O
  • HTTP
  • SSH
  • HTTPS

sourceware: List of commits

Yet another clone of sourceware.org.


RSS
Rev. Time Author
a0630b1 1999-06-12 18:59:55 ian

add texinfo.tex

0c85871 1999-06-12 17:53:14 ian

* dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.
* Makefile.am: Rebuild dependencies.
* Makefile.in: Rebuild.

b166dfb 1999-06-12 17:47:59 ian

fix copyrights

cb1c6e4 1999-06-12 06:07:43 ian

* struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER.
* symbols.c: Likewise.
* config/obj-aout.c (obj_crawl_symbol_chain): Refer directly to
sy_next field when taking address, rather than symbol_next.

6690731 1999-06-12 06:07:03 ian

* config/tc-i386.c (i386_immediate): Remove unused label
seg_unimplemented.

0ad4dc3 1999-06-12 06:06:43 ian

* dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma to
offsetT.
(out_set_addr): Don't use BYTES_PER_ADDRESS. Instead, get the
value from the output file architecture.
(dwarf2_gen_line_info): Ifdef BFD_ASSEMBLER specific code.
* dwarf2dbg.h: Change bfd_vma to addressT.

7e15222 1999-06-12 06:02:54 ian

* gas/i386/amd.s: Add a symbol so a.out tests will work.
* gas/i386/katmai.s: Likewise.
* gas/i386/amd.d: Corresponding change.
* gas/i386/katmai.d: Corresponding change.

0e50c46 1999-06-12 05:29:30 ian

* dwarf2dbg.h: Use PARAMS in function declarations.

7cedf9a 1999-06-12 05:23:57 ian

* reloc.c (_bfd_relocate_contents): Permit bitfield relocations to
wrap if the relocation covers the high bit of an address.

f42e187 1999-06-12 04:03:03 ian

1999-06-11 Martin Dorey <mdorey@madge.com>
* write.c (fixup_segment): Don't add symbol value for i960 ELF.
* config/tc-i960.c (s_leafproc): Don't call tc_set_bal_of_cal if
OBJ_ELF.
(md_apply_fix): Simplify BFD_ASSEMBLER handling.

6589050 1999-06-11 06:47:34 ian

* config/tc-i386.c (md_apply_fix3): Add default case to switch.

aa82b79 1999-06-11 06:45:34 ian

* config/tc-sparc.c (md_pseudo_table): Remove pushsection and
popsection.

3db3e61 1999-06-11 06:43:23 ian

* config/tc-sparc.c (sparc_ip): Add default case to reloc switch.

909c4f4 1999-06-11 06:36:36 ian

* read.c (read_a_source_file): Only declare inescape if
QUOTES_IN_INSN.

ae635e5 1999-06-11 06:35:32 ian

* itbl-ops.c (itbl_disassemble): Change sprintf format strings to
match parameters.
(find_entry_byval): Add parens to avoid warning.

0dbca0f 1999-06-11 06:35:13 ian

* as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".

5b765d7 1999-06-11 06:28:55 ian

* dwarf2.c (decode_line_info): Remove unused variable first_time.

a052489 1999-06-11 06:26:09 ian

* symbols.c (resolve_symbol_value): Don't permit subtraction of
undefined symbols.

ba604f5 1999-06-11 06:14:55 ian

* gas/mips/sync.d: Pass -mips2 to the assembler.
* gas/mips/elf_e_flags.s: Tweak code so that the tests pass for
mips-elf target as well as mips64-elf target.
* gas/mips/elf_e_flags1.d: Corresponding changes.
* gas/mips/elf_e_flags2.d: Likewise.
* gas/mips/elf_e_flags3.d: Likewise.
* gas/mips/elf_e_flags4.d: Likewise.
* gas/elf/elf.exp: Add setup_xfail for mips*-*-*.
* gas/all/itbl-test.c (main): Update itbl_get_reg_val call for new
parameter.

d167ec8 1999-06-11 06:11:37 rth

Jakub Jelinek <jj@ultra.linux.cz>
* config/tc-sparc.c (sparc_ip): Don't use side-effect expression
with isoctal.
* config/tc-sparc.c (synthetize_setuw, synthetize_setsw,
synthetize_setx): New functions.
(md_assemble): Broken the special cases into the above
functions. Make compiler happy if sizeof(bfd_vma)==4.
Fix sethi generated from set/setuw. If instructions have a relloc,
always clear the fields to be relocated in the opcode.
(sparc_ip): Remove special_case global variable.

5c91b79 1999-06-11 06:08:00 rth

Jakub Jelinek <jj@ultra.linux.cz>
* gas/sparc/synth64.s: Add checks for single register signx/clruw.
* gas/sparc/set64.s: Add tests for setuw and setsw synthetic insns.
* gas/sparc/prefetch.d: Add -64 as switch.
* gas/sparc/rdpr.d: Ditto.
* gas/sparc/wrpr.d: Ditto.
* gas/sparc/synth64.d: Ditto, reflect synth64.s changes.
* gas/sparc/reloc64.d: Add -64 as switch, be more tolerant, as
current gas outputs %hi(0) and not %hi(0x0).
* gas/sparc/set64.d: Add -64 as switch, reflect set64.s changes and
optimizations for setx instruction.
* gas/sparc/sparc.exp: Do sparc64*-*-* checks if it is any of the
compiled-in targets.

7996de9 1999-06-11 06:00:52 rth

Jakub Jelinek <jj@ultra.linux.cz>
* sparc.h (R_SPARC_max_std): Define.

a4b024c 1999-06-11 05:59:51 rth

Jakub Jelinek <jj@ultra.linux.cz>
* elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std
instead of R_SPARC_max.
(sparc64_elf_info_to_howto): Likewise.
* elf32_sparc.c (elf32_sparc_relocate_section): Likewise.
(elf32_sparc_info_to_howto): Likewise; handle vtable relocations.

1542c94 1999-06-11 05:35:45 ian

Based on patches from John W. Woznack <jwoznack@concentric.net>:
* itbl-ops.c (itbl_get_reg_val): Add pval parameter. Return
indication of success rather than a value.
(itbl_get_val): Likewise.
(itbl_get_field): Use strcspn. Change delimiters to include
parens.
* itbl-ops.h (itbl_get_reg_val): Update declaration.
(itbl_get_val): Likewise.
* config/tc-mips.c (mips_ip): Update call to itbl_get_reg_val.

0a76629 1999-06-10 23:45:57 ian

* symbols.c (copy_symbol_attributes): Convert local symbols to
regular symbols.

b27a882 1999-06-10 22:48:34 rth

* gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'.
* gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise.
* gas/macros/{irp,rept,test2,test3}.d: Update.

a9bb460 1999-06-10 22:48:14 rth

* gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'.
* gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise.
* gas/macros/{irp,rept,test2,test3}.d: Update.

6be41e8 1999-06-10 10:59:30 nickc

Add support for ARM920 and ARM920t

a141eb7 1999-06-10 10:20:30 nickc

Updated to match latest output.

b53e1ca 1999-06-09 23:22:08 law

Show on old repository browser