Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-26 | * ax-gdb.c (agent_command): Remove now useless cast of | Philippe De Muyter | 10 | -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-26 | Document bfd/doc/Makefile.in TEXINPUTS problem. | Andrew Cagney | 1 | -0/+11 | |
2000-04-26 | Add arch-utils.h to IA-64 *-tdep.c files. | Kevin Buettner | 4 | -2/+13 | |
2000-04-26 | 2000-04-25 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2 | -1/+5 | |
* blockframe.c: Fix a minor typo in a comment. | |||||
2000-04-25 | Recognize store instructions in examine_prologue(). | Kevin Buettner | 2 | -3/+60 | |
2000-04-25 | Remove '/' from comment_chars for FreeBSD so divide operator works. | Alan Modra | 3 | -4/+12 | |
Fix as.1 typo. | |||||
2000-04-25 | Mention IA-64. | Jim Wilson | 1 | -0/+4 | |
2000-04-25 | Tue Apr 25 13:51:58 2000 glen mccready <gkm@pobox.com> | Glen McCready | 2 | -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 for | Jeff Law | 4 | -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 Law | 3 | -166/+191 | |
* configure: Rebuilt. | |||||
2000-04-25 | Use record_alignment, not bfd_set_section_alignment. | Alan Modra | 2 | -2/+7 | |
2000-04-25 | * am33.igen (inc4 Rn): Use genericAdd so as to modify flags. | Alexandre Oliva | 2 | -1/+5 | |
2000-04-25 | Keep shift count smaller than 32. | Alan Modra | 2 | -2/+7 | |
2000-04-25 | Cope with PE relocs. | Alan Modra | 3 | -4/+9 | |
2000-04-25 | Handle signal handler frames and call dummy frames. | Kevin Buettner | 5 | -148/+409 | |
2000-04-25 | place_orphan optimisations | Alan Modra | 6 | -180/+157 | |
2000-04-25 | Really fix last IA-64 gas testsuite failure. | Jim Wilson | 4 | -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-25 | Note that output section data commands can only appear inside output section | Nick Clifton | 2 | -0/+15 | |
descriptions and not between them. | |||||
2000-04-24 | Document behaviour of .align 0 for ARM targets. | Nick Clifton | 4 | -9/+42 | |
Remove incomplete v5e code from tc-arm.c | |||||
2000-04-24 | Fix last remaining IA-64 gas testsuite failure. | Jim Wilson | 3 | -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 Law | 2 | -1/+6 | |
2000-04-24 | 2000-04-24 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 3 | -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-24 | Initialise signed_overflow field | Nick Clifton | 2 | -0/+8 | |
2000-04-24 | * config.bfd: Only disable elf32-hppa vectors, not all of the | Jeff Law | 4 | -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 Law | 2 | -0/+5 | |
(bfd_elf64_hppa_vec): Declare. | |||||
2000-04-24 | * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo | Jeff Law | 3 | -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 Law | 4 | -0/+2691 | |
2000-04-24 | * libhppa.h (dis_assemble_16): New function. | Jeff Law | 1 | -1/+27 | |
(pa_arch): Added pa20w element. | |||||
2000-04-24 | * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs, | Jeff Law | 3 | -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 Law | 2 | -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 Zaretskii | 8 | -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-23 | Fix the date of the last entry. | Eli Zaretskii | 1 | -1/+1 | |
2000-04-23 | * djunpack.bat: New file. | Eli Zaretskii | 4 | -15/+87 | |
* config/djgpp/README: Explain how to unpack using djunpack.bat. | |||||
2000-04-23 | Clean up F-unit assembly and tests. | Timothy Wall | 5 | -13/+37 | |
2000-04-23 | Misc assembly/disassembly fixes. | Timothy Wall | 7 | -3944/+5686 | |
2000-04-22 | Fix typo in comment. | Christopher Faylor | 1 | -1/+1 | |
2000-04-22 | Convert REG_STRUCT_HAS_ADDR to multi-arch. Use REG_STRUCT_HAS_ADDR_P | Andrew Cagney | 6 | -72/+133 | |
in conversion. | |||||
2000-04-21 | 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG> | Jeff Law | 2 | -3/+9 | |
* Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems. | |||||
2000-04-21 | A misc IA-64 ELF patch I missed in the first pass. | Jim Wilson | 2 | -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 Law | 2 | -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 Law | 3 | -217/+227 | |
* configure: Rebuilt. | |||||
2000-04-21 | * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support. | Jeff Law | 2 | -0/+6 | |
2000-04-21 | * config.bfd: Add NetBSD/sparc64 support. | Jeff Law | 2 | -0/+8 | |
2000-04-21 | * hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode | Jeff Law | 2 | -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 Law | 2 | -2/+135 | |
* config/tc-hppa.c (CHECK_ALIGN): New macro. Added handling of new operand types l,y,&,fe,fE,fx. | |||||
2000-04-21 | IA-64 ELF support. | Jim Wilson | 110 | -1/+40578 | |
2000-04-21 | * scripttempl/elfd30v.sc: Place .gcc_except_table. | Richard Henderson | 2 | -0/+5 | |
2000-04-21 | * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section | Richard Henderson | 2 | -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 Henderson | 2 | -1/+5 | |
2000-04-21 | * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when | Richard Henderson | 2 | -191/+195 | |
bundling a non-delayed branch type instruction. |