aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-16Enable -Werror by defaultNick Clifton18-502/+831
2005-03-16 * utils.c (internal_vproblem): Guard call to fork withMark Mitchell4-3/+37
HAVE_WORKING_FORK. * cli/cli-cmds.c (shell_escape): Guard call to vfork with HAVE_WORKING_VFORK and HAVE_WORKING_FORK. * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of S_IRGRP and related macros. (remote_fileio_mode_to_target): Likewise.
2005-03-16Convert to ISO C90 formattingNick Clifton3-1247/+1017
2005-03-16Convert to ISO C90 formatting.Nick Clifton2-1244/+1139
2005-03-16 * elf32-ppc.c: Divide file into general and linker specificAlan Modra2-2061/+2070
functions. Sort linker functions into roughly the order in which they are called by the ELF linker code.
2005-03-16bfd/Alan Modra13-199/+223
* elf32-ppc.c (ppc_elf_create_linker_section): Set SEC_LINKER_CREATED on section. Correct comment, and add FIXME. (ppc_elf_additional_program_headers): Don't bump header count for interp. Test SEC_ALLOC, not SEC_LOAD, and don't test size. (ppc_elf_size_dynamic_sections): Don't strip sdata and sdata2, but do allocate memory if they need it. ld/ * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete. (OTHER_RELRO_SECTIONS): Set this instead. ld/testsuite/ * ld-powerpc/tlsexe32.d: Update. * ld-powerpc/tlsexe32.g: Update. * ld-powerpc/tlsexe32.r: Update. * ld-powerpc/tlsexe32.t: Update. * ld-powerpc/tlsso32.d: Update. * ld-powerpc/tlsso32.g: Update. * ld-powerpc/tlsso32.r: Update. * ld-powerpc/tlsso32.t: Update.
2005-03-16 * ppc-dis.c (powerpc_dialect): Don't set PPC_OPCODE_ALTIVEC whenAlan Modra2-17/+14
BOOKE.
2005-03-16*** empty log message ***gdbadmin1-1/+1
2005-03-15sim/common/ChangeLog:Jim Blandy9-7/+98
2005-02-28 Jim Blandy <jimb@redhat.com> * aclocal.m4 (SIM_AC_OPTION_WARNINGS): Don't include -Wuninitialized in the default list of build warnings if CFLAGS is set, and doesn't include -O. (Using -Wuninitialized without optimization produces a warning, which interferes with compilation with -Werror.) sim/ChangeLog: 2005-02-28 Jim Blandy <jimb@redhat.com> * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac, mips/configure.ac, mn10300/configure.ac, v850/configure.ac: Regenerated, after change to common/aclocal.m4.
2005-03-15daily updateAlan Modra1-1/+1
2005-03-15 * config/tc-arm.c (do_mla): Rename to do_mlas, take secondZack Weinberg8-2/+608
is_mls parameter; do not diagnose Rm==Rd when is_mls. (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width) (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions. (insns): Add ARMv6T2 instructions: bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht. (arm_archs): Add V6T2 variants. testsuite: * gas/arm/archv6t2.d, gas/arm/archv6t2.s: New dump test. * gas/arm/archv6t2-bad.l, gas/arm/archv6t2-bad.l: New errors test. * gas/arm/arm.exp: Run them.
2005-03-15Add cutoff for changes in 2.16 releaseNick Clifton4-0/+12
2005-03-15Add new switch --globalize-symbol to convert local symbols into globals.Nick Clifton4-18/+81
2005-03-15Step through the sorted array of basic blocks.Nick Clifton2-0/+7
2005-03-15gas/Jan Beulich2-19/+20
2005-03-15 Jan Beulich <jbeulich@novell.com> * expr.c (operand): Merge handling of unary + into that for unary -, !, and ~.
2005-03-15Add support for an x86_64-elf targetNick Clifton4-0/+16
2005-03-15==> ChangeLog <==Eric Christopher13-6/+111
2005-03-14 Eric Christopher <echristo@redhat.com> * config/tc-mips.c: Include dw2gencfi.h. (mips_cfi_frame_initial_instructions): New. * config/tc-mips.h (TARGET_USE_CFIPOP): Define. (tc_cfi_frame_initial_instructions): Ditto. (DWARF2_DEFAULT_RETURN_COLUMN): Ditto. (DWARF2_CIE_DATA_ALIGNMENT): Ditto. * Makefile.am: Update dependencies. * Makefile.in: Regenerate. ==> testsuite/ChangeLog <== 2005-03-14 Eric Christopher <echristo@redhat.com> * gas/cfi/cfi-mips-1.d, gas/cfi/cfi-mips-1.s: New dump test. * gas/cfi/cfi.exp: Run it. * gas/cfi/cfi-common-1.d: Update. * gas/cfi/cfi-common-2.d: Ditto. * gas/cfi/cfi-common-3.d: Ditto. * gas/cfi/cfi-common-4.d: Ditto.
2005-03-15Commit new Spanish translation.Alan Modra12-6452/+9163
2005-03-15*** empty log message ***gdbadmin1-1/+1
2005-03-14Commit new French translation.Alan Modra6-307/+359
2005-03-14daily updateAlan Modra1-1/+1
2005-03-142005-03-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* elfxx-ia64.c (elfNN_ia64_relocate_section): Set symbo name for global symbol when reporting overflow.
2005-03-142005-03-14 Paul Brook <paul@codesourcery.com>Paul Brook2-8/+8
* lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote targets.
2005-03-14 * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.Alan Modra2-0/+7
2005-03-14 * ldexp.c (exp_fold_tree): Ensure return value is initialized.Alan Modra2-8/+12
Tidy etree_assert case.
2005-03-14Use ".word 0x0012 # Entry mask: r1 r2 >" instead of just "Entry mask: < r1 ↵Nick Clifton2-13/+19
... >"
2005-03-14Commit new Turkish translation.Alan Modra6-3669/+5367
2005-03-14 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is aBen Elliston2-1/+6
more primitive library.
2005-03-14*** empty log message ***gdbadmin1-1/+1
2005-03-13 * po/tr.po: Commit new Turkish translation.Alan Modra2-1183/+1860
2005-03-13daily updateAlan Modra1-1/+1
2005-03-13* inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead ofMark Kettenis4-9/+23
sprintf. * target.c (normal_pid_to_str): Likewise. * remote.c (remote_pid_to_str): Use snprint instead of sprintf. Change capitalization of "thread". Use ptid_get_pid instead of GETPID.
2005-03-13* cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead ofMark Kettenis2-6/+8
a combination of xmalloc and sprintf.
2005-03-13* configure.ac: Use '=', not '=='; the latter is a GNU extension.Jim Blandy3-2/+7
* configure: Regenerated.
2005-03-13*** empty log message ***gdbadmin1-1/+1
2005-03-12daily updateAlan Modra1-1/+1
2005-03-12gas:Zack Weinberg8-1/+55
* config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe, wfi, yield. opcodes: * arm-dis.c (thumb_opcodes): Add ARMv6K instructions nop, sev, wfe, wfi, yield. gas/testsuite: * gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test. * gas/arm/arm.exp: Run it.
2005-03-12Revert accidental commit of V6K opsZack Weinberg1-7/+0
2005-03-12include:Zack Weinberg4-6/+76
* opcode/arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T. Add ARM_EXT_V6T2, ARM_ARCH_V6T2, ARM_ARCH_V6KT2, ARM_ARCH_V6ZT2, and ARM_ARCH_V6ZKT2. opcodes: * arm-dis.c (arm_opcodes): Document %E and %V. Add entries for v6T2 ARM instructions: bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx. (print_insn_arm): Add support for %E and %V.
2005-03-12*** empty log message ***gdbadmin1-1/+1
2005-03-112005-03-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2-11/+119
* mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace stub fn with real implementatin mn10300_unwind_dummy_id. (mn10300_push_dummy_call): Implement. Bare bones version, does not handle structs or floats.
2005-03-11daily updateAlan Modra1-1/+1
2005-03-11Avoid warnings due to the use of -Wuninitialized without -O.Jim Blandy3-2/+34
* configure.ac (build_warnings): Include -Wuninitialized only if CFLAGS is unset at configure time, or CFLAGS is set and includes some -O option other than -O0. * configure: Regenerated.
2005-03-11* mips-tdep.c (show_mips_abi): Change calling conventions to matchJim Blandy2-9/+23
those expected by add_setshow_enum_cmd. Use 'file' argument as appropriate.
2005-03-11 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.Daniel Jacobowitz5-33/+6
* Makefile.in: Regenerated. * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
2005-03-11 * config-gas.com: Mark vax-vms as obsolete.Daniel Jacobowitz8-5715/+86
* configure.in: Remove fmt=vms support. * config.in: Regenerate. * configure: Regenerate. * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
2005-03-11 * libbfd-in.h (_bfd_ar_spacepad): New prototype.Jakub Jelinek5-86/+83
* libbfd.h: Rebuilt. * archive.c (_bfd_ar_spacepad): New function. (_bfd_construct_extended_name_table, _bfd_write_archive_contents, bsd_write_armap, _bfd_archive_bsd_update_armap_timestamp, coff_write_armap): Use it. (bfd_ar_hdr_from_filesystem): Likewise. Fix HP-UX large uid/gid support. * archive64.c (bfd_elf64_archive_write_armap): Use _bfd_ar_spacepad.
2005-03-11Updated French translationNick Clifton2-1152/+1803
2005-03-11 * Makefile.in (SFILES): Add cp-names.y.Daniel Jacobowitz6-105/+2368
(libiberty_h, safe_ctype_h): New. (YYFILES): Add cp-names.c. (YYOBJ): Add cp-names.o. (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules. (clean): Remove test-cp-names$(EXEEXT). (local-maintainer-clean): Remove cp-names.c. * cp-names.y: New file. * cp-support.c (find_last_component): Delete. (d_left, d_right): Define. (cp_canonicalize_string, mangled_name_to_comp): New functions. (cp_class_name_from_physname, method_name_from_physname): Rewrite to use mangled_name_to_comp. * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp) (cp_comp_to_string): New prototypes. * config/djgpp/fnchange.lst: Add cp-names.c.
2005-03-11 * config/tc-xtensa.c (finish_vinsn): Include the last instruction slotBob Wilson3-3/+11
when checking if xg_resolve_literals needs to be called. * config/tc-xtensa.h: Fix spelling typo in a comment.