aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-09-02 * emulparams/elf64hppa.sh: New file.Jeff Law4-2/+19
* configure.tgt (hppa*w-*-*): Use elf64hppa emulation. * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o (eelf64hppa.c): Add dependencies. * Makefile.in: Rebuilt.
1999-09-02 * hppa.h: Add HPUX specific dynamic and program header tableJeff Law2-6/+52
specific definitions.
1999-09-02Fix memory leak.Nick Clifton2-1/+5
1999-09-02Enable --emulation={i386coff,i386elf} for i386 gas.Alan Modra6-471/+635
1999-09-02Do not dump literal pool when a .section .line directive is encountered.Nick Clifton2-10/+66
1999-09-02Add test for strongarm to ScottB's patch.Nick Clifton2-0/+6
1999-09-01 * gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dumpCatherine Moore2-1/+9
test "entry0" instead of "entry1". ARM targets use REL relocs, and should use the test entry0.
1999-09-01Fix minor typos introduced while cleaning up the previous patch.Jeff Law1-4/+4
1999-09-01 * elf-hppa.h (elf_hppa_add_symbol_hook): New function.Jeff Law2-0/+546
(elf_hppa_final_link, elf_hppa_relocate_section): Likewise. (elf_hppa_final_link_relocate, elf_hppa_relocate_insn): Likewise.
1999-09-01fix typo.Nick Clifton1-1/+1
1999-09-01slight code improvement over previous deltaNick Clifton1-1/+2
1999-09-01Coff fix for i386 gas testsuiteAlan Modra2-1/+5
1999-09-01Do not align sectins when producing ELF format objects.Nick Clifton2-3/+4
1999-09-01Document new command line switches.Nick Clifton3-7/+33
1999-08-31ooops - omitted from previous deltaNick Clifton1-0/+2
1999-08-31oops - omitted from previous deltaNick Clifton1-1/+1
1999-08-31Patch from Scott Bambrough <scottb@netwinder.org> to define NT_TASKSTRUCT.Nick Clifton2-0/+5
1999-08-31Apply patch from Scott Bambrough to display the contents of a NOTES segmentNick Clifton3-4/+195
in a core file.
1999-08-31 * binutils.texi (Bug Reporting): Clarify that large files shouldIan Lance Taylor2-3/+9
not be sent to bug-gnu-utils.
1999-08-31fix FSF addressIan Lance Taylor6-10/+12
1999-08-31When possible, keep the original type of the symbol.Nick Clifton2-1/+9
1999-08-31Add support for configuring for fr30.Nick Clifton2-2/+6
1999-08-31 * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31.Richard Henderson2-4/+8
1999-08-31import gdb-1999-08-30 snapshotJason Molenda132-3076/+8906
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-1/+0
1999-08-30Check in correct version of previous patch.Jeff Law1-2/+2
1999-08-30 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow bothJeff Law3-1/+15
R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the tools were configured. * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare.
1999-08-30 * gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law8-63/+33
sectioning. * gas/hppa/unsorted/unsorted.exp: Disable tests not appropriate for PA64.
1999-08-30 * gas/hppa/reloc/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law18-235/+99
sectioning. * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64. Revamp address expressions slightly to handle an arbitrary sized address.
1999-08-30 * gas/hppa/parse/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law25-222/+32
sectioning. * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
1999-08-30 * gas/hppa/basic/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law48-471/+53
sectioning.
1999-08-30New i386 tests for naked register syntax, ie. "eax" instead of "%eax"Alan Modra4-0/+64
1999-08-30i386 gas code cleanups: combine i386_is_reg and parse_register.Alan Modra2-189/+123
1999-08-29Allow spaces in i386 FP reg names, eg. %st ( 1 ).Alan Modra7-12/+69
1999-08-29 * fr30-asm.c,fr30-desc.h,fr30-dis.c,fr30-ibld.c,fr30-opc.c: Rebuild.Doug Evans12-250/+222
* m32r-asm.c,m32r-desc.h,m32r-dis.c,m32r-ibld.c,m32r-opc.c: Rebuild. * m32r-opinst.c: Rebuild.
1999-08-29 * config/tc-m32r.c (md_parse_option): Delete unrecognized optionDoug Evans2-4/+5
error message (done elsewhere).
1999-08-29 * hppa-dis.c (print_insn_hppa): Replace 'f' by 'v'. Prefix floatJeff Law2-92/+97
register args by 'f'.
1999-08-29 * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float registerJeff Law2-176/+193
args by 'f'.
1999-08-29 * hppa.h (pa_opcodes): Replace 'f' by 'v'. Prefix float register argsJeff Law2-122/+127
by 'f'.
1999-08-28 * gas/hppa/basic/basic.exp: Add new tests shift2.s,Jeff Law8-0/+755
shift3.s, extract2.s, extract3.s, deposit2.s, and deposit3.s. * gas/hppa/basic/shift2.s, shift3.s, extract2.s, extract3.s, deposit2.s, deposit3.s: New.
1999-08-28 * config/tc-hppa.c (pa_ip): Add args q, %, and |.Jeff Law2-1/+42
1999-08-28 * hppa-dis.c (print_insn_hppa): Add args q, %, !, and |.Jeff Law2-0/+33
1999-08-28 * hppa.h (pa_opcodes): Add extrd, extrw, depd, depdi, depw, depwi.Jeff Law2-2/+20
Add supporting args.
1999-08-28 * gas/hppa/basic/add.s,addi.s,dcor.s,shladd.s,sub.s,subi.s,unit.s:Jeff Law17-5/+2031
Add new syntax versions of instructions to tests. * gas/hppa/basic/add2.s,dcor2.s,perf.s,purge2.s,shladd2.s,sub2.s, system2.s, unit2.s: New tests. * hppa/basic/basic.exp: Add new tests.
1999-08-28 * config/tc-hppa.c (pa_ip): Absorb white space in instructionsJeff Law2-0/+204
between args. Add new completers. Fix bug in 64 bit condition handling.
1999-08-28 * hppa-dis.c (MASK_10, read_write_names, add_compl_names,Jeff Law2-2/+81
extract_10U_store): New. (print_insn_hppa): Add new completers.
1999-08-28 * hppa.h: Document new completers and args.Jeff Law2-4/+59
* hppa.h (pa_opcodes): Add 64 bit patterns and pa2.0 syntax for uxor, uaddcm, dcor, addi, add, sub, subi, shladd, rfi, and probe. Add pa2.0 extensions for ssm, rsm, pdtlb, pitlb. Add performance instructions pmenb and pmdis.
1999-08-28Fix minor bug in last change.Jeff Law1-1/+1
1999-08-28 * gas/hppa/basic/basic.exp:Jeff Law3-8/+50
* gas/hppa/basic/media.s: Add test cases for new instructions.
1999-08-28 * config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH',Jeff Law2-0/+106
'cS', and 'c*'.