aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-26 * ax-gdb.c (agent_command): Remove now useless cast ofPhilippe De Muyter10-45/+48
`free_current_contents' when passed to `make_cleanup'. * coffread.c (coff_symfile_read): Ditto. * dwarf2read.c (dwarf2_add_member_fn, read_array_type): Ditto. (dwarf_decode_lines): Ditto. * eval.c (parse_and_eval_address, parse_and_eval_address_1): Ditto. (parse_and_eval, parse_to_comma_and_eval): Ditto. * parse.c (parse_exp_1): Ditto. * printcmd.c (print_command_1, output_command, set_command): Ditto. (x_command, print_frame_args, printf_command): Ditto. * top.c (execute_control_command): Ditto. * tracepoint.c (validate_actionline): Ditto. * typeprint.c (whatis_exp, ptype_command): Ditto. (maintenance_print_type): Ditto.
2000-04-26Document bfd/doc/Makefile.in TEXINPUTS problem.Andrew Cagney1-0/+11
2000-04-26Add arch-utils.h to IA-64 *-tdep.c files.Kevin Buettner4-2/+13
2000-04-262000-04-25 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-1/+5
* blockframe.c: Fix a minor typo in a comment.
2000-04-25Recognize store instructions in examine_prologue().Kevin Buettner2-3/+60
2000-04-25Remove '/' from comment_chars for FreeBSD so divide operator works.Alan Modra3-4/+12
Fix as.1 typo.
2000-04-25Mention IA-64.Jim Wilson1-0/+4
2000-04-25Tue Apr 25 13:51:58 2000 glen mccready <gkm@pobox.com>Glen McCready2-19/+23
* rs6000-nat.c (xcoff_relocate_symtam): Recover from the wrong patch being applied `Fri Apr 7 13:44:38 2000'.
2000-04-25 * Makefile.am: Add PA64 support. Add missing dependencies forJeff Law4-2/+30
PA32 elf support. * Makefile.in: Rebuilt. * configure.tgt: Add PA64 support (currently disabled).
2000-04-25 * configure.in: Configury support for PA64 (currently disabled).Jeff Law3-166/+191
* configure: Rebuilt.
2000-04-25Use record_alignment, not bfd_set_section_alignment.Alan Modra2-2/+7
2000-04-25* am33.igen (inc4 Rn): Use genericAdd so as to modify flags.Alexandre Oliva2-1/+5
2000-04-25Keep shift count smaller than 32.Alan Modra2-2/+7
2000-04-25Cope with PE relocs.Alan Modra3-4/+9
2000-04-25Handle signal handler frames and call dummy frames.Kevin Buettner5-148/+409
2000-04-25place_orphan optimisationsAlan Modra6-180/+157
2000-04-25Really fix last IA-64 gas testsuite failure.Jim Wilson4-14/+27
* gas/ia64/opc-i.d: Change pmin2.u to pmin2. Change pmax2.u to pmax2. Change MLI to MLX. Switch operands for output matching tbit.z.orcm, tbit.z.andcm, tbit.nz.orcm, tbit.nz.andcm, tnat.z.orcm, tnat.z.andcm, tnat.nz.orcm, tnat.nz.andcm inputs. * gas/ia64/opc-i.pl: Insert padding nops before last dep. * gas/ia64/opc-i.s: Regenerate.
2000-04-25Note that output section data commands can only appear inside output sectionNick Clifton2-0/+15
descriptions and not between them.
2000-04-24Document behaviour of .align 0 for ARM targets.Nick Clifton4-9/+42
Remove incomplete v5e code from tc-arm.c
2000-04-24Fix last remaining IA-64 gas testsuite failure.Jim Wilson3-200/+27
* gas/ia64/opc-i.s: Regenerate. * gas/ia64/opc-f.pl: Add explicit stop at end.
2000-04-24 * obj-som.c: Terminate obj_pseudo_table.Jeff Law2-1/+6
2000-04-242000-04-24 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder3-28/+34
* gdb.base/miscexprs.exp: make sizeof long array test portable. * gdb.base/ending-run.exp: After connecting to a remote target, but before running, the target will appear to be in a random location. Specify both a file and a line for breakpoints. Also, the function that calls main may be called 'init' rather than 'start'.
2000-04-24Initialise signed_overflow fieldNick Clifton2-0/+8
2000-04-24 * config.bfd: Only disable elf32-hppa vectors, not all of theJeff Law4-244/+253
BSD and OSF configuration support. Provide (disabled) clauses for PA64 support. * configure.in: Add clause for PA64 support. * configure: Rebuilt.
2000-04-24 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.Jeff Law2-0/+5
(bfd_elf64_hppa_vec): Declare.
2000-04-24 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.loJeff Law3-0/+17
(BFD64_BACKENDS_CFILES): Add elf64-hppa.c (elf64-hppa.lo): Add dependencies. * Makefile.in: Rebuilt.
2000-04-24 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.Jeff Law4-0/+2691
2000-04-24 * libhppa.h (dis_assemble_16): New function.Jeff Law1-1/+27
(pa_arch): Added pa20w element.
2000-04-24 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,Jeff Law3-8/+24
bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and bfd_elf64_slurp_reloc_table. * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New definitions to get external names. (elf_write_relocs): Renamed from write_relocs and make global. (elf_slurp_reloc_table): Make global. (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
2000-04-24 * archive.c (hpux_uid_gid_encode): New function.Jeff Law2-5/+64
(bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is defined and the ID is greater than 99999. (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode special uid/gid fields into 32 bit values.
2000-04-23 * Makefile.in (GDBMI_DIR): New variable.Eli Zaretskii8-1315/+2693
(SET_TEXINPUTS): Add $(GDBMI_DIR). (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. (gdbmi.texinfo): New target, for texi2roff. (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". * gdb.texinfo (Top): Add GDB/MI to the main menu and @include gdbmi.texinfo. (Mode Options): Add xref to GDB/MI docs and remove a FIXME comment. * gdbmi.texinfo: Lots of changes, to include this document as part of the GDB manual. * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB manual.
2000-04-23Fix the date of the last entry.Eli Zaretskii1-1/+1
2000-04-23 * djunpack.bat: New file.Eli Zaretskii4-15/+87
* config/djgpp/README: Explain how to unpack using djunpack.bat.
2000-04-23Clean up F-unit assembly and tests.Timothy Wall5-13/+37
2000-04-23Misc assembly/disassembly fixes.Timothy Wall7-3944/+5686
2000-04-22Fix typo in comment.Christopher Faylor1-1/+1
2000-04-22Convert REG_STRUCT_HAS_ADDR to multi-arch. Use REG_STRUCT_HAS_ADDR_PAndrew Cagney6-72/+133
in conversion.
2000-04-212000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>Jeff Law2-3/+9
* Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems.
2000-04-21A misc IA-64 ELF patch I missed in the first pass.Jim Wilson2-1/+5
* testsuite/ld-scripts/phdrs.exp: IA-64 is 64-bit ELF too.
2000-04-21 * hppa-dis.c (extract_16): New function.Jeff Law2-19/+77
(print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of new operand types l,y,&,fe,fE,fx.
2000-04-21 * configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.Jeff Law3-217/+227
* configure: Rebuilt.
2000-04-21 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.Jeff Law2-0/+6
2000-04-21 * config.bfd: Add NetBSD/sparc64 support.Jeff Law2-0/+8
2000-04-21 * hppa.h (pa_opcodes): New opcodes for PA2.0 wide modeJeff Law2-25/+44
forms of ld/st{b,h,w,d} and fld/fst{w,d} (16-bit displacements). New operand types l,y,&,fe,fE,fx added to support above forms. (pa_opcodes): Replaced usage of 'x' as source/target for floating point double-word loads/stores with 'fx'. Fr
2000-04-21 * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.Jeff Law2-2/+135
* config/tc-hppa.c (CHECK_ALIGN): New macro. Added handling of new operand types l,y,&,fe,fE,fx.
2000-04-21IA-64 ELF support.Jim Wilson110-1/+40578
2000-04-21 * scripttempl/elfd30v.sc: Place .gcc_except_table.Richard Henderson2-0/+5
2000-04-21 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify sectionRichard Henderson2-35/+24
contents when performing a partial link. (bfd_elf_d30v_reloc_21): Likewise.
2000-04-21 * config.sub (d30v): Add d30v as a basic machine type.Richard Henderson2-1/+5
2000-04-21 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc whenRichard Henderson2-191/+195
bundling a non-delayed branch type instruction.