OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years ago*** empty log message ***
gdbadmin [Fri, 5 May 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Fri, 5 May 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago * aoutf1.h (struct external_sparc_core): Declare c_regs as struct
schwab [Thu, 4 May 2006 21:25:52 +0000 (21:25 +0000)]
* aoutf1.h (struct external_sparc_core): Declare c_regs as struct
regs instead of an array of int.
(struct external_solaris_bcp_core): Likewise.
(swapcore_sun3): Use offsetof instead of computing the offset
manually.
(swapcore_sparc): Likewise.  Simplify reference to c_regs.
(swapcore_solaris_bcp): Likewise.

18 years ago * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
drow [Thu, 4 May 2006 19:03:24 +0000 (19:03 +0000)]
* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling
for missing GOTs.

18 years ago * bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
drow [Thu, 4 May 2006 18:15:21 +0000 (18:15 +0000)]
* bfd/cpu-arm.c (bfd_is_arm_mapping_symbol_name): Accept more
mapping symbols.

18 years ago * include/amvideo.h (IFullScreenVideo): Define.
papadopo [Thu, 4 May 2006 16:02:36 +0000 (16:02 +0000)]
* include/amvideo.h (IFullScreenVideo): Define.
(BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.

18 years ago * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
papadopo [Thu, 4 May 2006 15:57:41 +0000 (15:57 +0000)]
* include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
CAL_NOUSEROVERRIDE, CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
as available on Windows 98 and better.
(CAL_UMALQURA,CAL_SSHORTESTDAYNAME*): Define, Windows Vista and better.

18 years agogas/
kazu [Thu, 4 May 2006 15:40:59 +0000 (15:40 +0000)]
gas/
* config/tc-arm.c (opcode_tag): Add OT_cinfix3_deprecated.
(opcode_lookup): Issue a warning for opcode with
OT_cinfix3_deprecated.  Otherwise treat OT_cinfix3_deprecated
identical to OT_cinfix3.
(TxC3w, TC3w, tC3w): New.
(insns): Use tC3w and TC3w for comparison instructions with
's' suffix.

gas/testsuite
* gas/arm/armv1.d (error-output): New.
* gas/arm/armv1.l: New.
* gas/arm/thumb32.d (error-output): New.
* gas/arm/thumb32.l: New.

18 years ago * MAINTAINERS: Add an "Authorized committers" section, and list
drow [Thu, 4 May 2006 15:39:19 +0000 (15:39 +0000)]
* MAINTAINERS: Add an "Authorized committers" section, and list
DJ Delorie for v850.

18 years ago2006-05-04 Steve Ellcey <sje@cup.hp.com>
drow [Thu, 4 May 2006 15:11:54 +0000 (15:11 +0000)]
2006-05-04  Steve Ellcey  <sje@cup.hp.com>

* blt, iwidgets, mmalloc: Remove directories.

18 years ago * include/amvideo.h: New file.
papadopo [Thu, 4 May 2006 12:40:50 +0000 (12:40 +0000)]
* include/amvideo.h: New file.
* include/dshow.h: Include <amvideo.h>.

18 years ago[ gas/testsuite/ChangeLog ]
ths [Thu, 4 May 2006 10:47:03 +0000 (10:47 +0000)]
[ gas/testsuite/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>

        * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2.
        * gas/mips/set-arch.d: Adjust according to opcode table changes.

[ include/opcode/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>
            David Ung  <davidu@mips.com>

        * mips.h: Add INSN_SMARTMIPS define.

[ opcodes/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>
            David Ung  <davidu@mips.com>

        * mips-dis.c (mips_arch_choices): Add smartmips instruction
        decoding to MIPS32 and MIPS32R2.  Limit DSP decoding to release
        2 ISAs.  Add MIPS3D decoding to MIPS32R2.  Add MT decoding to
        MIPS64R2.
        * mips-opc.c: fix random typos in comments.
        (INSN_SMARTMIPS): New defines.
        (mips_builtin_opcodes): Add paired single support for MIPS32R2.
        Move bc3f, bc3fl, bc3t, bc3tl downwards.  Move flushi, flushd,
        flushid, wb upwards.  Move cfc3, ctc3 downwards.  Rework the
        FP_S and FP_D flags to denote single and double register
        accesses separately.  Move dmfc3, dmtc3, mfc3, mtc3 downwards.
        Allow jr.hb and jalr.hb for release 1 ISAs.  Allow luxc1, suxc1
        for MIPS32R2.  Add SmartMIPS instructions.  Add two-argument
        variants of bc2f, bc2fl, bc2t, bc2tl.  Add mfhc2, mthc2 to
        release 2 ISAs.
        * mips16-opc.c (mips16_opcodes): Add sdbbp instruction.

18 years ago * include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.
papadopo [Thu, 4 May 2006 10:09:28 +0000 (10:09 +0000)]
* include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.
(HSHELL_*): Cleanup and new define.
(SMTO_*): Cleanup and new define.
(SPI_*): Cleanup and new define.
(SPIF_*): Cleanup.
(HWND_MESSAGE): Windows 2000 only.
(SIF_*): Cleanup.
(SWP_*): Cleanup.
* include/wingdi.h (ETO_*): Cleanup and new define.

18 years ago * coff-or32.c (bfd_section_from_shdr): Remove unused local
bje [Thu, 4 May 2006 05:05:25 +0000 (05:05 +0000)]
* coff-or32.c (bfd_section_from_shdr): Remove unused local
variable `ptr'.
* cofflink.c (process_embedded_commands): Remove unused local
variables `had_read' and `had_shared'.
* ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local
variable `fdr_adr'.
* ihex.c (ihex_read_section): Remove unused local variable `addr'.

18 years agodaily update
amodra [Thu, 4 May 2006 00:00:08 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Thu, 4 May 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * subsegs.h (struct frchain): Delete frch_seg.
amodra [Wed, 3 May 2006 23:52:15 +0000 (23:52 +0000)]
* subsegs.h (struct frchain): Delete frch_seg.
(frchain_root): Delete.
(seg_info): Define as macro.
* subsegs.c (frchain_root): Delete.
(abs_seg_info, und_seg_info, absolute_frchain): Delete.
(subsegs_begin, subseg_change): Adjust for above.
(subseg_set_rest): Likewise.  Add new frchain structs to seginfo
rather than to one big list.
(subseg_get): Don't special case abs, und sections.
(subseg_new, subseg_force_new): Don't set frchainP here.
(seg_info): Delete.
(subsegs_print_statistics): Adjust frag chain control list traversal.
* debug.c (dmp_frags):  Likewise.
* dwarf2dbg.c (first_frag_for_seg): Don't start looking for frag
at frchain_root.  Make use of known frchain ordering.
(last_frag_for_seg): Likewise.
(get_frag_fix): Likewise.  Add seg param.
(process_entries, out_debug_aranges): Adjust get_frag_fix calls.
* write.c (chain_frchains_together_1): Adjust for struct frchain.
(SUB_SEGMENT_ALIGN): Likewise.
(subsegs_finish): Adjust frchain list traversal.
* config/tc-xtensa.c (xtensa_cleanup_align_frags): Likewise.
(xtensa_fix_target_frags, xtensa_mark_narrow_branches): Likewise.
(xtensa_mark_zcl_first_insns, xtensa_fix_a0_b_retw_frags): Likewise.
(xtensa_fix_b_j_loop_end_frags): Likewise.
(xtensa_fix_close_loop_end_frags): Likewise.
(xtensa_fix_short_loop_frags, xtensa_sanity_check): Likewise.
(retrieve_segment_info): Delete frch_seg initialisation.

18 years agogdb/ChangeLog:
jimb [Wed, 3 May 2006 22:59:38 +0000 (22:59 +0000)]
gdb/ChangeLog:
2006-05-03  Vladimir Prus  <ghost@cs.msu.su>

       * varobj.c (c_value_of_variable): Ignore top-level references.
       (Committed by Jim Blandy.)

18 years ago * libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
amylaar [Wed, 3 May 2006 22:16:33 +0000 (22:16 +0000)]
* libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
* libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise.

18 years ago2006-05-03 Thiemo Seufer <ths@mips.com>
ths [Wed, 3 May 2006 20:59:19 +0000 (20:59 +0000)]
2006-05-03  Thiemo Seufer  <ths@mips.com>

        [ opcodes/ChangeLog ]
        * mips-opc.c (mips_builtin_opcodes): Fix mftr argument order.

        [ gas/testsuite/ChangeLog ]
        * gas/mips/mips32-mt.d: Fix mftr argument order.

18 years ago * include/mprapi.h (MPR_SERVER_HANDLE): New typedef.
papadopo [Wed, 3 May 2006 17:14:59 +0000 (17:14 +0000)]
* include/mprapi.h (MPR_SERVER_HANDLE): New typedef.
* include/mprapi.h (MprAdmin*): Declare functions.
* lib/mprapi.def (MprAdmin*): Add stubs.

18 years ago2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 3 May 2006 16:45:58 +0000 (16:45 +0000)]
2006-05-03  H.J. Lu  <hongjiu.lu@intel.com>

* binutils-all/copy-3.d: Fix a typo.

18 years agobfd/
amodra [Wed, 3 May 2006 14:26:39 +0000 (14:26 +0000)]
bfd/
* libbfd-in.h (_bfd_generic_new_section_hook): Declare.
* section.c (bfd_abs_symbol, bfd_com_symbol): Delete.
(bfd_und_symbol, bfd_ind_symbol): Delete.
(BFD_FAKE_SECTION): Remove SYM_PTR param, set symbol_ptr_ptr to
&SEC.symbol.
(STD_SECTION): Adjust.
(_bfd_generic_new_section_hook): New function, extracted from..
(bfd_section_init): ..here.
(bfd_make_section_old_way): Call new_section_hook for abs, com,
und and ind sections.
* elf.c (_bfd_elf_large_com_section): Adjust.
* aoutx.h (new_section_hook): Call _bfd_generic_new_section_hook.
* pdp11.c (new_section_hook): Likewise.
* coffcode.h (coff_new_section_hook): Likewise.
* ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
* elf.c (_bfd_elf_new_section_hook): Likewise.
* vms.c (vms_new_section_hook): Likwise.
* elf32-arm.c (elf32_arm_new_section_hook): Check used_by_bfd isn't
already set.
* elf32-sh64.c (sh64_elf_new_section_hook): Likewise.
* elf32-xtensa.c (elf_xtensa_new_section_hook): Likewise.
* elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
* elf64-ppc.c (ppc64_elf_new_section_hook): Likewise.
* elfxx-mips.c (_bfd_mips_elf_new_section_hook): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_new_section_hook): Likewise.
* ieee.c (ieee_new_section_hook): Likewise.  Call
_bfd_generic_new_section_hook too.
* mmo.c (mmo_new_section_hook): Likewise.
* oasys.c (oasys_new_section_hook): Likewise.
* som.c (som_new_section_hook): Likewise.
* coff-w65.c (reloc_processing): Don't use bfd_abs_symbol.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
gas/
* subsegs.c (subseg_get): Don't call obj_sec_set_private_data.
* config/obj-elf.h (obj_sec_set_private_data): Delete.
* config/tc-hppa.c (tc_gen_reloc): Don't use bfd_abs_symbol.
* config/tc-mn10300.c (tc_gen_reloc): Likewise.

18 years ago * lib/directx/quartz.def: Move from lib/directx/...
papadopo [Wed, 3 May 2006 14:23:04 +0000 (14:23 +0000)]
* lib/directx/quartz.def: Move from lib/directx/...
* lib/quartz.def: ... to lib/

18 years ago2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 3 May 2006 14:21:18 +0000 (14:21 +0000)]
2006-05-03  H.J. Lu  <hongjiu.lu@intel.com>

* binutils-all/copy-3.d: New.

* objcopy.exp: Run copy-3.

18 years ago * include/amaudio.h: New file.
papadopo [Wed, 3 May 2006 07:47:22 +0000 (07:47 +0000)]
* include/amaudio.h: New file.
* include/dshow.h: Include <amaudio.h>.

18 years ago * include/errors.h: New file.
papadopo [Wed, 3 May 2006 07:06:26 +0000 (07:06 +0000)]
* include/errors.h: New file.
* include/dshow.h: Include <errors.h>.

18 years ago * include/dshow.h: New file.
papadopo [Wed, 3 May 2006 06:22:00 +0000 (06:22 +0000)]
* include/dshow.h: New file.
* include/evcode.h: New file.
* include/audevcod.h: New file.
* include/dvdevcod.h: New file.

18 years ago * hash.c (DEFAULT_SIZE): Revert last change.
amodra [Wed, 3 May 2006 04:20:51 +0000 (04:20 +0000)]
* hash.c (DEFAULT_SIZE): Revert last change.
(higher_prime_number): Correct test for no larger prime.  Don't
abort on error, instead return 0.  Depopulate primes[].
(bfd_hash_lookup): If we overflow size, refuse to grow table.

18 years agodaily update
amodra [Wed, 3 May 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 3 May 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-05-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 2 May 2006 18:20:12 +0000 (18:20 +0000)]
2006-05-02  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/sysnec810/Makefile.am: Specify .S files instead of
        .s.
        * libc/sys/sysnec810/Makefile.in: Regenerated.
        * libc/sys/sysnec810/crt0.S: Renamed from .s file.
        * libc/sys/sysnec810/io.S: Ditto.
        * libc/sys/sysnec810/crt0.s: Renamed to .S file.
        * libc/sys/sysnec810/io.s: Ditto.

18 years agoAvoid confusing error message for trivial profiled testcase.
wilson [Tue, 2 May 2006 18:03:02 +0000 (18:03 +0000)]
Avoid confusing error message for trivial profiled testcase.
* gprof.c (main): When setting default output_style, add separate
checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.

18 years ago2006-05-02 Dave Korn <dave.korn@artimi.com>
davek [Tue, 2 May 2006 17:46:40 +0000 (17:46 +0000)]
2006-05-02  Dave Korn  <dave.korn@artimi.com>

* binutils-all/copy-1.d (name):  Correct spelling of 'setting'.
* binutils-all/copy-2.d (name):  Likewise.

18 years ago* external.cc (cygwin_internal): Set errno on failure.
cgf [Tue, 2 May 2006 15:58:35 +0000 (15:58 +0000)]
* external.cc (cygwin_internal): Set errno on failure.

18 years ago * config/tc-arm.c (do_iwmmxt_wldstbh): Don't multiply offset by 4
jsm28 [Tue, 2 May 2006 14:42:28 +0000 (14:42 +0000)]
* config/tc-arm.c (do_iwmmxt_wldstbh): Don't multiply offset by 4
here.
(md_apply_fix3): Multiply offset by 4 here for
BFD_RELOC_ARM_CP_OFF_IMM_S2 and BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.

testsuite:
* gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh.
* gas/arm/iwmmxt.d: Update expected results.
* gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh.
* gas/arm/iwmmxt-bad2.l: Update expected error messages.

18 years ago2006-05-02 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 2 May 2006 14:24:03 +0000 (14:24 +0000)]
2006-05-02  H.J. Lu  <hongjiu.lu@intel.com>
    Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (output_invalid_buf): Change size for
unsigned char.
* config/tc-tic30.c (output_invalid_buf): Likewise.

* config/tc-i386.c (output_invalid): Cast none-ascii char to
unsigned char.
* config/tc-tic30.c (output_invalid): Likewise.

18 years agobinutils/
drow [Tue, 2 May 2006 14:20:46 +0000 (14:20 +0000)]
binutils/
* doc/Makefile.am (AM_MAKEINFOFLAGS): New.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(config.texi): Don't set top_srcdir.
* doc/binutils.texi: Don't use top_srcdir.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
gas/
* doc/Makefile.am (AM_MAKEINFOFLAGS): New.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(asconfig.texi): Don't set top_srcdir.
* doc/as.texinfo: Don't use top_srcdir.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
ld/
* Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(configdoc.texi): Don't set top_srcdir.
* ld.texinfo: Don't use top_srcdir.
* aclocal.m4, Makefile.in: Regenerated.

18 years ago * texi2pod.pl: Handle -I.
drow [Tue, 2 May 2006 13:59:42 +0000 (13:59 +0000)]
* texi2pod.pl: Handle -I.

18 years ago2006-05-02 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 2 May 2006 13:35:44 +0000 (13:35 +0000)]
2006-05-02  H.J. Lu  <hongjiu.lu@intel.com>

* ld-cdtest/cdtest-foo.cc (Foo::Foo): Add const to char *.
* ld-cdtest/cdtest-foo.h (Foo::Foo): Likewise.
* ld-srec/sr3.cc (Foo::Foo): Likewise.

18 years ago2006-05-02 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 2 May 2006 13:34:25 +0000 (13:34 +0000)]
2006-05-02  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (output_invalid_buf): Change size to 16.
* config/tc-tic30.c (output_invalid_buf): Likewise.

* config/tc-i386.c (output_invalid): Use snprintf instead of
sprintf.
* config/tc-ia64.c (declare_register_set): Likewise.
(emit_one_bundle): Likewise.
(check_dependencies): Likewise.
* config/tc-tic30.c (output_invalid): Likewise.

18 years ago2006-05-02 Paul Brook <paul@codesourcery.com>
pbrook [Tue, 2 May 2006 13:09:16 +0000 (13:09 +0000)]
2006-05-02  Paul Brook  <paul@codesourcery.com>

bfd/
* elf32-arm.c (elf32_arm_final_link_relocate): Set thumb funciton bit
for R_ARM_REL32.
gas/
* config/tc-arm.c (arm_optimize_expr): New function.
* config/tc-arm.h (md_optimize_expr): Define
(arm_optimize_expr): Add prototype.
(TC_FORCE_RELOCATION_SUB_SAME): Define.
ld/testsuite/
* ld-arm/arm-elf.exp: Add thumb-rel32.
* ld-arm/thumb-rel32.d: New test.
* ld-arm/thumb-rel32.s: New test.

18 years ago * include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.
papadopo [Tue, 2 May 2006 12:21:21 +0000 (12:21 +0000)]
* include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.
* lib/mprapi.def: New file.

18 years ago* binutils-all/copy-2.d: Change the name of the section whose flags are
nickc [Tue, 2 May 2006 12:17:30 +0000 (12:17 +0000)]
* binutils-all/copy-2.d: Change the name of the section whose flags are
  changed to "foo" so that the test will work with PE based targets.
  Skip this test for AOUT based targeted.
* binutils-all/copytest.s: New file.

18 years ago * include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,
papadopo [Tue, 2 May 2006 12:08:18 +0000 (12:08 +0000)]
* include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,
RAS_USER_*): New structures.
* include/mprapi.h (RAS_FLAGS_*,PPP_LCP_*,RASCCPCA_* ,PPP_CCP_*,MAX_*,
RASPRIV_*,*ADDRESSLEN,MPR_ENABLE_*): Define.
* include/mprapi.h (RAS_*_CONDITION): Add enums.
* include/mprapi.h <lmcons.h>: For NETBIOS_NAME_LEN, UNLEN, DLEN.

18 years ago * mips-dis.c (print_insn_args): Force mips16 to odd addresses.
ths [Tue, 2 May 2006 11:12:41 +0000 (11:12 +0000)]
* mips-dis.c (print_insn_args): Force mips16 to odd addresses.
(print_mips16_insn_arg): Force mips16 to odd addresses.

18 years ago * include/mprapi.h: New file.
papadopo [Tue, 2 May 2006 10:51:52 +0000 (10:51 +0000)]
* include/mprapi.h: New file.
* include/routprot.h: New file.
* include/ipxrtdef.h: New file.
* include/ipxconst.h: New file.
* include/stm.h: New file.

18 years ago * archive.c (bfd_generic_archive_p): Remove unused local variable
bje [Tue, 2 May 2006 10:01:56 +0000 (10:01 +0000)]
* archive.c (bfd_generic_archive_p): Remove unused local variable
`fail'.
* dwarf2.c (decode_line_info): Remove unused local variable
`basic_block'.
* elfcode.h (elf_slurp_reloc_table_from_section): Remove unsed
local varibale `s'.
* tekhex.c (tekhex_write_object_contents): Remove unused local
variable `bytes_written'.
* aout-ns32k.c (MY_swap_std_reloc_out): Remove unused local
variable `r_addend'.
* elf32-dlx.c (dlx_rtype_to_howto): Remove breaks after returns.
* elfxx-mips.c (_bfd_elf_mips_mach): Remove breaks after returns.
(_bfd_ns32k_relocate_contents): Remove break after return.
* elf.c (bfd_section_from_shdr): Remove breaks after returns.

18 years agoRename DEBUG to SYMBIAN_DEBUG to avoid conflicts with global DEBUG definition
nickc [Tue, 2 May 2006 09:56:00 +0000 (09:56 +0000)]
Rename DEBUG to SYMBIAN_DEBUG to avoid conflicts with global DEBUG definition

18 years ago * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Make single bit
bje [Tue, 2 May 2006 04:21:39 +0000 (04:21 +0000)]
* config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Make single bit
field unsigned.

18 years ago * sb.h (sb_list_vector): Move to sb.c.
bje [Tue, 2 May 2006 03:39:04 +0000 (03:39 +0000)]
* sb.h (sb_list_vector): Move to sb.c.
* sb.c (free_list): Use type of sb_list_vector directly.
(sb_build): Fix off-by-one error in assertion about `size'.

18 years ago * dwarf2.c: Formatting.
amodra [Tue, 2 May 2006 01:41:20 +0000 (01:41 +0000)]
* dwarf2.c: Formatting.
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Simplify
output section check.
* elf32-i370.c: Warning fixes inside #ifdef DEBUG.
* elf32-m32c.c: Similarly.
* elf32-ppc.c: Similarly.
* elf32-v850.c: Similarly.
* nlm32-sparc.c: Similarly.
* elfcode.h: Similarly.
(elf_symbol_flags): Delete.
* elflink.c (elf_link_input_bfd): Comment typo.

18 years agoFix typo.
dj [Tue, 2 May 2006 00:58:33 +0000 (00:58 +0000)]
Fix typo.

18 years ago* configure.in: Restore CFLAGS if GM P isn't present.
dj [Tue, 2 May 2006 00:16:50 +0000 (00:16 +0000)]
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.

18 years agodaily update
amodra [Tue, 2 May 2006 00:00:39 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Tue, 2 May 2006 00:00:36 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago* gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
kettenis [Mon, 1 May 2006 22:21:35 +0000 (22:21 +0000)]
* gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
NetBSD/ELF targets.

18 years ago2006-05-01 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 1 May 2006 22:01:00 +0000 (22:01 +0000)]
2006-05-01  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/argz/Makefile.am: Prefix any objects specified with $(lpfx).  If source file can
        be specified instead of object, do so.
        * libc/ctype/Makefile.am: Ditto.
        * libc/iconv/ccs/Makefile.am: Ditto.
        * libc/iconv/ces/Makefile.am: Ditto.
        * libc/iconv/lib/Makefile.am: Ditto.
        * libc/locale/Makefile.am: Ditto.
        * libc/posix/Makefile.am: Ditto.
        * libc/reent/Makefile.am: Ditto.
        * libc/search/Makefile.am: Ditto.
        * libc/stdio/Makefile.am: Ditto.
        * libc/stdio64/Makefile.am: Ditto.
        * libc/stdlib/Makefile.am: Ditto.
        * libc/string/Makefile.am: Ditto.
        * libc/syscalls/Makefile.am: Ditto.
        * libc/unix/Makefile.am: Ditto.
        * libc/machine/a29k/Makefile.am: Specify lib_a_CCASFLAGS so .S files will get
        prefix added automatically.  Any specified rules must use $(lpfx) for
        object file names.
        * libc/machine/arm/Makefile.am: Ditto.
        * libc/machine/cris/Makefile.am: Ditto.
        * libc/machine/crx/Makefile.am: Ditto.
        * libc/machine/d10v/Makefile.am: Ditto.
        * libc/machine/d30v/Makefile.am: Ditto.
        * libc/machine/fr30/Makefile.am: Ditto.
        * libc/machine/frv/Makefile.am: Ditto.
        * libc/machine/h8300/Makefile.am: Ditto.
        * libc/machine/h8500/Makefile.am: Ditto.
        * libc/machine/hppa/Makefile.am: Ditto.
        * libc/machine/i386/Makefile.am: Ditto.
        * libc/machine/i960/Makefile.am: Ditto.
        * libc/machine/iq2000/Makefile.am: Ditto.
        * libc/machine/m32c/Makefile.am: Ditto.
        * libc/machine/m32r/Makefile.am: Ditto.
        * libc/machine/m68hc11/Makefile.am: Ditto.
        * libc/machine/m68k/Makefile.am: Ditto.
        * libc/machine/m88k/Makefile.am: Ditto.
        * libc/machine/mips/Makefile.am: Ditto.
        * libc/machine/mn10200/Makefile.am: Ditto.
        * libc/machine/mn10300/Makefile.am: Ditto.
        * libc/machine/mt/Makefile.am: Ditto.
        * libc/machine/necv70/Makefile.am: Ditto.
        * libc/machine/powerpc/Makefile.am: Ditto.
        * libc/machine/sh/Makefile.am: Ditto.
        * libc/machine/sh/Makefile.in: Ditto.
        * libc/machine/sparc/Makefile.am: Ditto.
        * libc/machine/tic4x/Makefile.am: Ditto.
        * libc/machine/tic80/Makefile.am: Ditto.
        * libc/machine/v850/Makefile.am: Ditto.
        * libc/machine/w65/Makefile.am: Ditto.
        * libc/machine/xscale/Makefile.am: Ditto.
        * libc/machine/xstormy16/Makefile.am: Ditto.
        * libc/machine/z8k/Makefile.am: Ditto.
        * libc/sys/a29khif/Makefile.am: Ditto.
        * libc/sys/arm/Makefile.am: Ditto.
        * libc/sys/d10v/Makefile.am: Ditto.
        * libc/sys/h8300hms/Makefile.am: Ditto.
        * libc/sys/h8500hms/Makefile.am: Ditto.
        * libc/sys/linux/Makefile.am: Ditto.
        * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
        * libc/sys/linux/net/Makefile.am: Ditto.
        * libc/sys/linux/stdlib/Makefile.am: Ditto.
        * libc/sys/m88kbug/Makefile.am: Ditto.
        * libc/sys/mmixware/Makefile.am: Ditto.
        * libc/sys/rdos/Makefile.am: Ditto.
        * libc/sys/rtems/Makefile.am: Ditto.
        * libc/sys/sh/Makefile.am: Ditto.
        * libc/sys/sun4/Makefile.am: Ditto.
        * libc/sys/sysmec/Makefile.am: Ditto.
        * libc/sys/sysnec810/Makefile.am: Ditto.
        * libc/sys/sysnecv850/Makefile.am: Ditto.
        * libc/sys/sysvi386/Makefile.am: Ditto.
        * libc/sys/sysvnecv70/Makefile.am: Ditto.
        * libc/sys/tic80/Makefile.am: Ditto.
        * libc/sys/w65/Makefile.am: Ditto.
        * libc/sys/z8ksim/Makefile.am: Ditto.
        * libc/machine/necv70/fastmath.S: Renamed from .s file.
        * libc/machine/necv70/setjmp.S: Ditto.
        * libc/machine/necv70/fastmath.s: Removed.
        * libc/machine/necv70/setjmp.s: Ditto.
        * libc/machine/w65/*.S: New files renamed from .s files.
        * libc/machine/w65/*.s: Renamed and removed.
        * libc/sys/a29khif/*.S: New files renamed from .s files.
        * libc/sys/a29khif/*.s: Renamed and removed.
        * libc/sys/sysvi386/*.S: New files renamed from .s files.
        * libc/sys/sysvi386/*.s: Renamed and removed.
        * libc/sys/sysvnecv70/*.S: New files renamed from .s files.
        * libc/sys/sysvnecv70/*.s: Renamed and removed.
        * libc/*Makefile.in: Regenerated as appropriate.

18 years ago* bfd-in.h (bfd_hash_table): Add count field.
dj [Mon, 1 May 2006 19:36:27 +0000 (19:36 +0000)]
* bfd-in.h (bfd_hash_table): Add count field.
* bfd-in2.h: Regenerate.
* hash.c (higher_prime_number): New.
(bfd_hash_table_inint_n): Init count field.
(bfd_hash_lookup): Grow table as needed.

18 years ago* gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
kettenis [Mon, 1 May 2006 16:39:36 +0000 (16:39 +0000)]
* gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
single-step breakpoint fails; make this a KFAIL on
sparc*-*-openbsd*.
* gdb.base/siginfo.exp: Likewise.
* gdb.base/sigstep.exp (advance, advancei): Likewise.

18 years ago* breakpoint.c (insert_single_step_breakpoint): Make a failure to
kettenis [Mon, 1 May 2006 16:38:07 +0000 (16:38 +0000)]
* breakpoint.c (insert_single_step_breakpoint): Make a failure to
insert a single-step breakpoint an error instead of a warning.
* breakpoint.c (remove_single_step_breakpoints): Bail out early if
no breakpoints are inserted.

18 years ago2006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>
nathanw [Mon, 1 May 2006 15:10:26 +0000 (15:10 +0000)]
2006-05-01  Nathan J. Williams  <nathanw@wasabisystems.com>

        * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
        arguments from void * to gdb_byte *.

18 years ago2006-05-01 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 1 May 2006 14:09:35 +0000 (14:09 +0000)]
2006-05-01  H.J. Lu  <hongjiu.lu@intel.com>

* binutils-all/objcopy.exp: Run "copy-1" for ELF only.

18 years ago * listing.c (listing_listing): Remove useless loop.
bje [Mon, 1 May 2006 09:21:46 +0000 (09:21 +0000)]
* listing.c (listing_listing): Remove useless loop.
* macro.c (macro_expand): Remove is_positional local variable.
* read.c (s_comm_internal): Simplify `if' condition 1 || x -> 1
and simplify surrounding expressions, where possible.
(assign_symbol): Likewise.
(s_weakref): Likewise.
* symbols.c (colon): Likewise.

18 years ago * subsegs.c (subseg_set_rest): Always set seginfp->frchainP if NULL.
amodra [Mon, 1 May 2006 05:41:40 +0000 (05:41 +0000)]
* subsegs.c (subseg_set_rest): Always set seginfp->frchainP if NULL.

18 years ago * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
bje [Mon, 1 May 2006 04:01:25 +0000 (04:01 +0000)]
* binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;

18 years ago*** empty log message ***
gdbadmin [Mon, 1 May 2006 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Mon, 1 May 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago[ gas/ChangeLog ]
ths [Sun, 30 Apr 2006 18:34:39 +0000 (18:34 +0000)]
[ gas/ChangeLog ]
2006-04-30  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>

        * config/tc-mips.c (validate_mips_insn): Handling of udi cases.
        (mips_immed): New table that records various handling of udi
        instruction patterns.
        (mips_ip): Adds udi handling.

[ include/opcode/ChangeLog ]
2006-04-30  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>

        * mips.h: Defines udi bits and masks.  Add description of
        characters which may appear in the args field of udi
        instructions.

[ opcodes/ChangeLog ]
2006-04-30  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>

        * mips-opc.c (mips_builtin_opcodes): Add udi instructions
        "udi0" to "udi15".
        * mips-dis.c (print_insn_args): Adds udi argument handling.

18 years ago2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 30 Apr 2006 00:23:00 +0000 (00:23 +0000)]
2006-04-26  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elfvers/vers.exp: Xfail vers7a, vers7, vers23a, vers23b,
vers23c, vers23d, vers23, vers25a, vers25b1, vers25b2, vers27a,
vers27b, vers27c1, vers27c2, vers27d4 and vers27d5 if PIC is
required.

18 years ago2006-04-29 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 30 Apr 2006 00:21:26 +0000 (00:21 +0000)]
2006-04-29  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/fp.d: New file.
* gas/i386/fp.s: Likewise.

* gas/i386/i386.exp: Run "fp".

18 years agodaily update
amodra [Sun, 30 Apr 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 30 Apr 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoMove opcode ChangeLog entry to opcode/ChangeLog.
hjl [Sat, 29 Apr 2006 16:54:51 +0000 (16:54 +0000)]
Move opcode ChangeLog entry to opcode/ChangeLog.

18 years agoFix buglet noticed while looking at PR 1298.
wilson [Sat, 29 Apr 2006 03:11:31 +0000 (03:11 +0000)]
Fix buglet noticed while looking at PR 1298.
* m68k-dis.c (match_insn_m68k): Restore fprintf_func before printing
error message.

18 years ago*** empty log message ***
gdbadmin [Sat, 29 Apr 2006 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sat, 29 Apr 2006 00:00:11 +0000 (00:00 +0000)]
daily update

18 years ago * include/ddk/winddk.h (KAFFINITY): Fix typo.
papadopo [Fri, 28 Apr 2006 17:39:48 +0000 (17:39 +0000)]
* include/ddk/winddk.h (KAFFINITY): Fix typo.
Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>

18 years ago * include/winbase.h (ENUMRES*PROC{AW}): ANSI and Unicode versions.
papadopo [Fri, 28 Apr 2006 17:34:02 +0000 (17:34 +0000)]
* include/winbase.h (ENUMRES*PROC{AW}): ANSI and Unicode versions.
Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>

18 years ago * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
papadopo [Fri, 28 Apr 2006 17:16:55 +0000 (17:16 +0000)]
* include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>

18 years ago * include/wingdi.h (BITMAPV5HEADER): New structure definition.
papadopo [Fri, 28 Apr 2006 17:13:13 +0000 (17:13 +0000)]
* include/wingdi.h (BITMAPV5HEADER): New structure definition.

18 years ago * include/basetyps.h (REFFMTID): Define properly.
papadopo [Fri, 28 Apr 2006 16:55:26 +0000 (16:55 +0000)]
* include/basetyps.h (REFFMTID): Define properly.

18 years agoDon't mis-spell your boss' name...
ths [Fri, 28 Apr 2006 13:38:49 +0000 (13:38 +0000)]
Don't mis-spell your boss' name...

18 years ago[ opcodes/ChangeLog ]
ths [Fri, 28 Apr 2006 13:16:59 +0000 (13:16 +0000)]
[ opcodes/ChangeLog ]
2006-04-28  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>
            Nigel Stevens  <nigel@mips.com>

* mips-dis.c (mips_cp0sel_names_mips3264r2): Add MT register
        names.

[ gas/testsuite/ChangeLog ]
2006-04-28  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>
            Nigel Stevens  <nigel@mips.com>

* gas/mips/cp0sel-names-mips32r2.d,
gas/mips/cp0sel-names-mips64r2.d: Update for MT register names.

18 years ago * mips-dis.c (print_insn_args): Add mips_opcode argument.
ths [Fri, 28 Apr 2006 12:59:30 +0000 (12:59 +0000)]
* mips-dis.c (print_insn_args): Add mips_opcode argument.
(print_insn_mips):  Adjust print_insn_args call.

18 years ago * mips-dis.c (print_insn_args): Print $fcc only for FP
ths [Fri, 28 Apr 2006 12:19:31 +0000 (12:19 +0000)]
* mips-dis.c (print_insn_args): Print $fcc only for FP
instructions, use $cc elsewise.

18 years ago * opcodes/mips-dis.c (mips16_to_32_reg_map, mips16_reg_names):
ths [Fri, 28 Apr 2006 11:42:27 +0000 (11:42 +0000)]
* opcodes/mips-dis.c (mips16_to_32_reg_map, mips16_reg_names):
Map MIPS16 registers to O32 names.
(print_mips16_insn_arg): Use mips16_reg_names.

18 years ago * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
papadopo [Fri, 28 Apr 2006 10:36:46 +0000 (10:36 +0000)]
* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
Thanks to:    Bruce M Simpson <bms_spc at sf dot net>

18 years ago * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,
papadopo [Fri, 28 Apr 2006 10:31:20 +0000 (10:31 +0000)]
* include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,
IF_CHECK_*,IF_CONNECTION_*,IF_ADMIN_*,IF_OPER_*): Define.
* include/winbase.h (CancelWaitableTimer,UnregisterWait):
Add function declaration.
* include/mgm.h: New file.
* lib/rtm.def: New file.
Thanks to:    Bruce M Simpson <bms_spc at sf dot net>

18 years ago * dwarf2dbg.c (get_line_subseg): Attach new struct line_seg to end
amodra [Fri, 28 Apr 2006 04:07:32 +0000 (04:07 +0000)]
* dwarf2dbg.c (get_line_subseg): Attach new struct line_seg to end
of list rather than beginning.

18 years agodaily update
amodra [Fri, 28 Apr 2006 00:00:36 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Fri, 28 Apr 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-04-26 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 27 Apr 2006 23:03:41 +0000 (23:03 +0000)]
2006-04-26  Michael Snyder  <msnyder@redhat.com>

* linux-fork.c (_initialize_linux_fork): Rename "delete-fork"
command to "delete fork" (no hyphen), compatible with other
"delete" commands.
(info_forks_command): Accept a fork ID argument, for info
on a single fork.  Report if no matching forks.

2006-04-26  Michael Snyder  <msnyder@redhat.com>

* gdb.base/multi-forks.exp: Modify patterns for "run to exit",
which may have to consume output from other forks.
Add tests to make sure that "delete fork" succeeded.

2006-04-27  Michael Snyder  <msnyder@redhat.com>

* gdb.texinfo (delete-fork): Command renamed to "delete fork".

18 years ago * pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.
corinna [Thu, 27 Apr 2006 16:38:20 +0000 (16:38 +0000)]
* pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.

18 years ago PR binutils/2584
kkojima [Thu, 27 Apr 2006 05:57:09 +0000 (05:57 +0000)]
PR binutils/2584
* tekhex.c (getvalue): Change return type to bfd_boolean and
add the new parameter.  Return false if the unexpected character
is found.
(getsym): Likewise.
(first_phase): Change return type to bfd_boolean and return
false if the unexpected character is found.  Replace abort
with returning false.
(pass_over): Change return type to bfd_boolean and the type of
the second argument to bfd_boolean (*) (bfd *, int, char *).
Return false if FUNC returns false.
(tekhex_object_p): Return NULL if pass_over fails.

18 years ago * coff-rs6000.c (xcoff_write_archive_contents_old): Warning fix.
amodra [Thu, 27 Apr 2006 01:19:35 +0000 (01:19 +0000)]
* coff-rs6000.c (xcoff_write_archive_contents_old): Warning fix.

18 years ago*** empty log message ***
gdbadmin [Thu, 27 Apr 2006 00:00:36 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Thu, 27 Apr 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago2006-04-20 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 26 Apr 2006 18:45:31 +0000 (18:45 +0000)]
2006-04-20  Michael Snyder  <msnyder@redhat.com>

* remote.c: Fix spelling error in comment.

18 years ago * mips.h: Improve comments describing the bitfield instruction
ths [Wed, 26 Apr 2006 18:19:15 +0000 (18:19 +0000)]
* mips.h: Improve comments describing the bitfield instruction
fields.