OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
19 years ago * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
jakub [Thu, 9 Jun 2005 14:51:41 +0000 (14:51 +0000)]
* objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
If q->howto->name == NULL, print q->howto->type as number instead.
(dump_reloc_set): Likewise.

19 years ago* coffcode.h (sec_to_styp_flags): Remove read/write flags from noload section
cgf [Thu, 9 Jun 2005 14:40:49 +0000 (14:40 +0000)]
* coffcode.h (sec_to_styp_flags): Remove read/write flags from noload section
header.  Do not add STYP_NOLOAD since it does not appear to be a valid PE flag.

19 years ago2005-06-09 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 9 Jun 2005 13:32:25 +0000 (13:32 +0000)]
2005-06-09  H.J. Lu  <hongjiu.lu@intel.com>

PR 1000
* dwarf2.c (lookup_address_in_line_info_table): Restore code
handling NULL function info, removed with 2005-04-03 change.

19 years ago * opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.
mmitchel [Thu, 9 Jun 2005 07:30:13 +0000 (07:30 +0000)]
* opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.

19 years ago* thread.cc (cancelable_wait): No-op change to make sure that res is always a
cgf [Thu, 9 Jun 2005 05:13:59 +0000 (05:13 +0000)]
* thread.cc (cancelable_wait): No-op change to make sure that res is always a
valid WFMO return.

19 years agoChange pthread::cancelable_wait to just cancelable_wait, throughout.
cgf [Thu, 9 Jun 2005 05:11:50 +0000 (05:11 +0000)]
Change pthread::cancelable_wait to just cancelable_wait, throughout.
* thread.h (cw_sig_wait): New enum.
(fast_mutex::lock): Use cancelable_wait with resumable signal.
(cancelable_wait): Change fourth argument to cw_sig_wait enum.
* thread.cc (cancelable_wait): Ditto.  Loop on signal detection if fourth
argument == cw_sig_resume.

19 years ago * ldexp.c (fold_unary <ALIGN_K>): Revert last change.
amodra [Thu, 9 Jun 2005 02:59:57 +0000 (02:59 +0000)]
* ldexp.c (fold_unary <ALIGN_K>): Revert last change.

19 years ago * ld-scripts/empty-aligned.d: Adjust.
amodra [Thu, 9 Jun 2005 02:06:57 +0000 (02:06 +0000)]
* ld-scripts/empty-aligned.d: Adjust.

19 years ago * ld.h (lang_phase_type): Move to..
amodra [Thu, 9 Jun 2005 02:05:45 +0000 (02:05 +0000)]
* ld.h (lang_phase_type): Move to..
* ldexp.h: ..here.  Add lang_mark_phase_enum.
(node_type): Remove etree_undef and etree_unspec.
(exp_data_seg): Delete.
(struct ldexp_control, expld): New.
(invalid, exp_mark_used_section): Delete.
(exp_fold_tree, exp_get_vma, exp_get_value_int, exp_get_fill,
exp_get_abs_int): Update prototypes.
* ldexp.c (assigning_to_dot): Delete.
(expld): Define.
(make_abs): Operate directly on expld.result.  Update all callers.
(new_abs): Likewise.  Return void.
(new_rel_from_abs): Rename from new_rel_from_section.
(new_rel, new_rel_from_abs): Operate on expld.result and return void.
Update all callers.
(fold_unary): Operate on expld.result and return void.  Remove
"current_section", "allocation_done", "dot", "dotp" and "mark_used"
params.  Update all callers.
(fold_binary, fold_trinary, fold_name, exp_fold_tree_1): Likewise.
(fold_unary <ALIGN_K>): Ensure alignment is absolute.
(fold_unary <ABSOLUTE>): Use make_abs.
(fold_unary <DATA_SEGMENT_END>): Evaluate mark_phase as for
allocating_phase.
(fold_binary <DATA_SEGMENT_ALIGN, DATA_SEGMENT_RELRO_END, >): Ditto.
(fold_binary <'%','/'>): Don't error if marking.
(fold_name <SIZEOF_HEADERS>): Don't call bfd_sizeof_headers when
marking.
(fold_name <NAME>): Remove FIXME; -R is handled correctly.  Don't
error when marking.
(fold_name <ADDR, LOADADDR, SIZEOF>): Don't set SEC_KEEP.
(exp_fold_tree_1): Don't error when marking.
(exp_fold_tree_1 <etree_rel>): Evaluate in all phases except first.
(exp_fold_tree_1 <etree_assign to dot>): Don't check for NULL
current section, instead check for NULL dotp.
(exp_fold_tree_1 <etree_provide>): Don't evaluate the assignment
source unless the symbol is referenced and undefined.
(exp_fold_tree): Remove "allocation_done" and "dot" params.  Save
params to expld.
(exp_fold_tree_no_dot): Remove "current_section", "allocation_done
and "mark_used" params.  Save params to expld.  Update all callers.
(exp_assop): Do without temp var.
(exp_print_tree <etree_undef>): Delete code.
(exp_get_vma): Remove "allocation_done" param.  Correct error return.
(exp_get_fill, exp_get_abs_int): Likewise.
(exp_get_value_int): Remove "allocation_done" param.
(exp_mark_used_section): Delete.
* ldgram.y (fill_exp): Update exp_get_fill call.
(origin_spec, length_spec): Update exp_get_vma call.
* ldlang.c (lang_init): Don't bother clearing lang_statement_iteration.
(lang_mark_used_section_1, lang_mark_used_section): Delete.
(strip_excluded_output_sections): Call one_lang_size_sections_pass in
marking mode.  Merge old lang_mark_used_section code.  Correct handling
of output sections with excluded input sections and data statements.
Don't drop non-zero sized sections.  Don't zap os->bfd_section.
Do set SEC_EXCLUDE when appropriate.
(print_output_section_statement): Update for changed ldexp.c
interface.
(print_assignment, lang_size_sections_1): Likewise.
(lang_do_assignments_1, lang_enter_output_section_statement): Likewise.
(lang_new_phdr, lang_record_phdrs): Likewise.
(lang_size_sections): Likewise.
(insert_pad): Use following statement if it is a pad, rather than
creating a new one.
(lang_size_sections_1 <lang_output_section_statement_enum>): Do
process ignored output section to set vma and lma, but don't
update dot for these sections.  Don't error if marking.
(lang_size_sections_1 <lang_assignment_statement_enum>): Don't
update dot for ignored sections.
(lang_size_sections_1 <lang_data_statement_enum>): Don't mark absolute
section with SEC_ALLOC.
(one_lang_size_sections_pass): New function.
(lang_size_sections): Remove first five params.  Set expld.phase on
entry and exit.   Use one_lang_size_sections_pass.
(lang_do_assignments): Remove all params.  Update all callers.
(lang_reset_memory_regions): Clear os->processed for all output
section statements.
* ldlang.h (lang_do_assignments): Update prototype.
(lang_size_sections): Likewise.
(one_lang_size_sections_pass): Declare.
* pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
lang_size_sections and lang_do_assignments calls.
* emultempl/elf32.em (layout_sections_again): Likewise.
* emultempl/ppc64elf.em (ppc_before_allocation): Use
one_lang_size_sections_pass.

19 years ago * elflink.c (elf_mark_used_section): Delete.
amodra [Thu, 9 Jun 2005 02:02:13 +0000 (02:02 +0000)]
* elflink.c (elf_mark_used_section): Delete.
(bfd_elf_gc_sections): Call bfd_generic_gc_sections.
* reloc.c (bfd_mark_used_section): New function.
(bfd_generic_gc_sections): Call bfd_mark_used_section.

19 years agodaily update
amodra [Thu, 9 Jun 2005 00:00:04 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Thu, 9 Jun 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2005-06-08 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 8 Jun 2005 21:54:18 +0000 (21:54 +0000)]
2005-06-08  Jeff Johnston  <jjohnstn@redhat.com>
            David Mosberger <davidm@hpl.hp.com>

        * ia64-tdep.c (KERNEL_START): New macro.
        (ia64_pseudo_register_read): Fix code to use libunwind to properly
        get the rse registers.
        (ia64_frame_this_id): Mark outermost frame with null frame id.
        (ia64_sigtramp_frame_prev_register): Fix up debug output.
        (ia64_access_rse_reg): New accessor function.
        (ia64_access_mem): Add special logic for accessing the
        kernel's unwind table.
        (getunwind_table): Fix for corefiles.
        (get_kernel_table): Fix to handle vDSO.
        (ia64_libunwind_frame_this_id): Check for null frame id and
        don't unwind past pc value of 0.  Fix debugging output.
        (ia64_libunwind_sigtramp_frame_this_id): New function.
        (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
        (ia64_libunwind_sigtramp_frame_sniffer): Ditto.
        (ia64_libunwind_sigtramp_frame_unwind): New unwinder.
        (ia64_unw_rse_accessors): New libunwind accessors.
        (ia64_libunwind_descr): Add ia64_unw_rse_accessors.
        (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Use
        ia64_libunwind_sigtramp_frame_sniffer instead of
        ia64_sigtramp_frame_sniffer.
        * libunwind-frame.c (libunwind_frame_set_descr): Add
        special register accessors.
        (libunwind_frame_cache): Add special logic to check for
        0 pc value.  Check for a signal trampoline frame.
        (libunwind_frame_this_id): Check if libunwind_frame_cache
        returns NULL.
        (libunwind_frame_prev_register): Check for NULL cache.
        (libunwind_frame_base_address): Ditto.
        (libunwind_sigtramp_frame_sniffer): New function.
        (libunwind_get_reg_special): Ditto.
        (libunwind_load): Add unw_is_signal_frame support.
        * libunwind-frame.h (struct libunwind_descr): Add special_accessors
        field.
        (libunwind_sigtramp_frame_sniffer): New prototype.
        (libunwind_get_reg_special): Ditto.

19 years ago* cygwin.sc: Apparently nonloading sections need to go last.
cgf [Wed, 8 Jun 2005 20:56:30 +0000 (20:56 +0000)]
* cygwin.sc: Apparently nonloading sections need to go last.

19 years ago* cygwin.sc: Restore resource and reloc sections and use more modern syntax for
cgf [Wed, 8 Jun 2005 20:18:20 +0000 (20:18 +0000)]
* cygwin.sc: Restore resource and reloc sections and use more modern syntax for
stabs sections.

19 years agoWarning and partial fix for gcc -freorder-blocks-and-partition related problem.
wilson [Wed, 8 Jun 2005 19:47:57 +0000 (19:47 +0000)]
Warning and partial fix for gcc -freorder-blocks-and-partition related problem.
PR 994
* config/tc-ia64.c (slot_index): Revert last change.  If first_frag
is NULL, then emit a warning, and return the current index.

19 years agoopcodes:
zack [Wed, 8 Jun 2005 17:27:39 +0000 (17:27 +0000)]
opcodes:
* arm-opc.h: Delete; fold contents into ...
* arm-dis.c: ... here.  Move includes of internal COFF headers
next to includes of internal ELF headers.
(streq, WORD_ADDRESS, BDISP, BDISP23): Delete, unused.
(struct arm_opcode): Rename struct opcode32.  Make 'assembler' const.
(struct thumb_opcode): Rename struct opcode16.  Make 'assembler' const.
(arm_conditional, arm_fp_const, arm_shift, arm_regname, regnames)
(iwmmxt_wwnames, iwmmxt_wwssnames):
Make const.
(regnames): Remove iWMMXt coprocessor register sets.
(iwmmxt_regnames, iwmmxt_cregnames): New statics.
(get_arm_regnames): Adjust fourth argument to match above changes.
(set_iwmmxt_regnames): Delete.
(print_insn_arm): Constify 'c'.  Use ISO syntax for function
pointer calls.  Expand sole use of BDISP.  Use iwmmxt_regnames
and iwmmxt_cregnames, not set_iwmmxt_regnames.
(print_insn_thumb16, print_insn_thumb32): Constify 'c'.  Use
ISO syntax for function pointer calls.
include:
* dis-asm.h (get_arm_regnames): Update prototype.

19 years agoPR991
nickc [Wed, 8 Jun 2005 17:02:53 +0000 (17:02 +0000)]
PR991
* config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a temporary copy
  of the operands array so that changes can be safely backed out if the insn
  does not match.
  (m68k_compare_opcode): Shortcut the test when the parameters are the same.
  Return 1 if the names match but the second opcode is further on in the array
  than the first.

19 years agoPR 994
nickc [Wed, 8 Jun 2005 15:47:44 +0000 (15:47 +0000)]
PR 994
* config/tc-ia64.c (slot_index): Check for a NULL first_frag.

19 years ago* environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUG
cgf [Wed, 8 Jun 2005 15:42:57 +0000 (15:42 +0000)]
* environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUG
with HOME.

19 years ago(use_parallel): Change default value from 1 to 0.
nickc [Wed, 8 Jun 2005 14:39:51 +0000 (14:39 +0000)]
(use_parallel): Change default value from 1 to 0.

19 years ago * emulparams/elf32ms1.sh: New.
aldyh [Wed, 8 Jun 2005 13:03:22 +0000 (13:03 +0000)]
* emulparams/elf32ms1.sh: New.

19 years ago * security.cc (cygwin_logon_user): Run LogonUser in the primary
corinna [Wed, 8 Jun 2005 10:06:11 +0000 (10:06 +0000)]
* security.cc (cygwin_logon_user): Run LogonUser in the primary
process token context.  Fix potential handle leak.

19 years ago * expression.h (enum exp_opcode): Fix a comment typo.
woodzltc [Wed, 8 Jun 2005 06:35:49 +0000 (06:35 +0000)]
* expression.h (enum exp_opcode): Fix a comment typo.

19 years ago<2005-06-08> Wu Zhou <woodzltc@cn.ibm.com>
woodzltc [Wed, 8 Jun 2005 06:28:28 +0000 (06:28 +0000)]
<2005-06-08>  Wu Zhou  <woodzltc@cn.ibm.com>

* expression.h (enum exp_opcode): Fix a comment typo.

19 years ago * opncls.c (bfd_fdopenr): Don't set bfd_error unconditionally.
amodra [Wed, 8 Jun 2005 03:51:30 +0000 (03:51 +0000)]
* opncls.c (bfd_fdopenr): Don't set bfd_error unconditionally.

19 years ago * opncls.c (bfd_fopen): Don't set bfd_error unconditionally.
amodra [Wed, 8 Jun 2005 03:16:47 +0000 (03:16 +0000)]
* opncls.c (bfd_fopen): Don't set bfd_error unconditionally.

19 years ago*** empty log message ***
gdbadmin [Wed, 8 Jun 2005 00:00:36 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Wed, 8 Jun 2005 00:00:07 +0000 (00:00 +0000)]
daily update

19 years ago * opncls.c (bfd_fdopenr): Add missing break statements.
mmitchel [Tue, 7 Jun 2005 23:59:59 +0000 (23:59 +0000)]
* opncls.c (bfd_fdopenr): Add missing break statements.

19 years ago2005-06-07 Eric Christopher <echristo@redhat.com>
echristo [Tue, 7 Jun 2005 23:56:47 +0000 (23:56 +0000)]
2005-06-07  Eric Christopher  <echristo@redhat.com>

        * Makefile.am (eelf32ms1.c): Use tab.
        * Makefile.in: Regenerate.

2005-06-07  Eric Christopher  <echristo@redhat.com>

        * readelf.c (guess_is_rela): Support ms1.
        (dump_relocations): Ditto.
        (get_machine_name): Ditto.

19 years ago * opncls.c (bfd_fopen): New API.
mmitchel [Tue, 7 Jun 2005 22:53:28 +0000 (22:53 +0000)]
* opncls.c (bfd_fopen): New API.
(bfd_openr): Use it.
(bfd_fdopenr): Likewise.
* bfd-in2.h: Regenerated.

19 years ago * arm-dis.c: Split up the comments describing the format codes, so
zack [Tue, 7 Jun 2005 22:16:51 +0000 (22:16 +0000)]
* arm-dis.c: Split up the comments describing the format codes, so
that the ARM and 16-bit Thumb opcode tables each have comments
preceding them that describe all the codes, and only the codes,
valid in those tables.  (32-bit Thumb table is already like this.)
Reorder the lists in all three comments to match the order in
which the codes are implemented.
Remove all forward declarations of static functions.  Convert all
function definitions to ISO C format.
(print_insn_arm, print_insn_thumb16, print_insn_thumb32):
Return nothing.
(print_insn_thumb16): Remove unused case 'I'.
(print_insn): Update for changed calling convention of subroutines.

19 years ago * Makefile.am (readelf.o): Depend on ms1.h.
aldyh [Tue, 7 Jun 2005 21:14:09 +0000 (21:14 +0000)]
* Makefile.am (readelf.o): Depend on ms1.h.

* Makefile.in: Regenerate.

* readelf.c: Include ms1.h.

19 years ago * configure.in: Add ms1 case.
aldyh [Tue, 7 Jun 2005 21:13:13 +0000 (21:13 +0000)]
* configure.in: Add ms1 case.

* configure: Regenerate.

* configure.tgt: Add ms1 case.

19 years ago * configure.tgt: Same.
aldyh [Tue, 7 Jun 2005 21:12:15 +0000 (21:12 +0000)]
* configure.tgt: Same.

* Makefile.am (ALL_EMULATIONS): Depend on eelf32ms1.o.
(eelf32ms1.c): Add eelf32ms1.c rule.

* Makefile.in: Regenerate.

19 years ago * common.h (EM_MS1): Define.
aldyh [Tue, 7 Jun 2005 21:10:08 +0000 (21:10 +0000)]
* common.h (EM_MS1): Define.

* ms1.h: New file.

19 years ago * dis-asm.h: Externalize print_insn_ms1.
aldyh [Tue, 7 Jun 2005 21:08:36 +0000 (21:08 +0000)]
* dis-asm.h: Externalize print_insn_ms1.

19 years ago * Makefile.am (ALL_MACHINES): Add ms1 support.
aldyh [Tue, 7 Jun 2005 21:07:29 +0000 (21:07 +0000)]
* Makefile.am (ALL_MACHINES): Add ms1 support.
(ALL_MACHINES_CFILES): Same.
(BFD32_BACKENDS): Same.
(BFD32_BACKENDS_CFILES): Same.

* Makefile.in: Regenerate.

* archures.c (bfd_architecture): Add ms1 entries.
Externalize bfd_ms1_arch.
(bfd_archures_list): Add bfd_ms1_arch.

* bfd-in2.h: Regenerate.

* cpu-ms1.c: New file.

* elf32-ms1.c: New file.

* targets.c: Define extern of bfd_elf32_ms1_vec.
Add bfd_elf32_ms1_vec to _bfd_target_vector.

* configure.in: Add bfd_elf32_ms1_vec case.

* configure: Regenerate.

* config.bfd: Add ms1-*-elf to table.

19 years ago * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and
corinna [Tue, 7 Jun 2005 19:31:37 +0000 (19:31 +0000)]
* pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and
allocate dynamically.
(pinfo::set_acl): Replace sa_buf by dynamically allocated acl_buf.
* sec_acl.cc (setacl): Allocate acl dynamically.
* sec_helper.cc (sec_acl): Add test for alignment of acl when
DEBUGGING is defined.
(__sec_user): Same for sa_buf.
* security.cc (verify_token): Define sd_buf as PSECURITY_DESCRIPTOR
and allocate dynamically.
(alloc_sd): Allocate acl dynamically.
security.h (sec_user_nih): Change first parameter to
SECURITY_ATTRIBUTES *.
(sec_user): Ditto.
* sigproc.cc (wait_sig): Define sa_buf as PSECURITY_ATTRIBUTES and
allocate dynamically.
* syscalls.cc (seteuid32): Define dacl_buf as PACL and allocate
dynamically.
* uinfo.cc (cygheap_user::init): Define sa_buf as PSECURITY_ATTRIBUTES
and allocate dynamically.
* winbase.h (ilockincr): Mark first argument of inline assembly as
earlyclobber.
(ilockdecr): Ditto.

19 years ago* cygthread.cc (cygthread::detach): Make error message a little more detailed.
cgf [Tue, 7 Jun 2005 18:41:28 +0000 (18:41 +0000)]
* cygthread.cc (cygthread::detach): Make error message a little more detailed.
* fhandler.cc (fhandler_base::raw_read): Ditto for debug message.
* dcrt0.cc (do_exit): Add some more synchronization tests.
* fhandler_fifo.cc (fhandler_fifo::dup): Don't duplicate a nonexistent handle.
Use derived return value rather than always retuning 0.
* fhandler_netdrive.cc (fhandler_netdrive::exists): Wnet -> WNet.
* winsup.h (exit_states): Add a couple of new exit states.

19 years ago * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
bwilson [Tue, 7 Jun 2005 18:31:33 +0000 (18:31 +0000)]
    * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
        * config/tc-xtensa.c (new_resource_table): Likewise.
        (resize_resource_table): Likewise.
        (release_resources): Fix assertion for unsigned values.

19 years agoRevert accidental commit
zack [Tue, 7 Jun 2005 18:03:16 +0000 (18:03 +0000)]
Revert accidental commit

19 years agogas:
zack [Tue, 7 Jun 2005 17:54:12 +0000 (17:54 +0000)]
gas:
* cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
* config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
* config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
* config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
* config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
* config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
* config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
* config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
* config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
* config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
* config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
* config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
* config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
* config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
* config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
* config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
* config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
* config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
* config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
* config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
* config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
* config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
* config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
* config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
* config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
* config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
* config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
* config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
* config/tc-xtensa.c, config/tc-z8k.c:
Replace all instances of the string "_apply_fix3" with
"_apply_fix".
* po/POTFILES.in, po/gas.pot: Regenerate.
bfd:
* coff-i386.c: Change md_apply_fix3 to md_apply_fix in comment.
cgen:
* doc/porting.texi: Change all mention of md_apply_fix3 and
gas_cgen_md_apply_fix3 to md_apply_fix and gas_cgen_md_apply_fix
respectively.

19 years ago * Makefile.am: Run "make dep-am".
amodra [Tue, 7 Jun 2005 16:09:33 +0000 (16:09 +0000)]
* Makefile.am: Run "make dep-am".
(POTFILES): Remove GAS_CFILES.
* Makefile.in: Regenerate.

19 years ago2005-06-07 Andrew Cagney <cagney@gnu.org>
cagney [Tue, 7 Jun 2005 15:32:38 +0000 (15:32 +0000)]
2005-06-07  Andrew Cagney  <cagney@gnu.org>

* gdb.texinfo (Contributors): Note the original multi-arch
contributors.

19 years agomissed committing from
amodra [Tue, 7 Jun 2005 12:12:11 +0000 (12:12 +0000)]
missed committing from
* elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.

19 years ago* config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
macro [Tue, 7 Jun 2005 12:09:25 +0000 (12:09 +0000)]
* config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
24kc, 24kf and 24kfx under MIPS32 release 2.

19 years ago * configure.in <cris-*, crisv32-*>: Enable target-libffi again for
hp [Tue, 7 Jun 2005 09:33:44 +0000 (09:33 +0000)]
* configure.in <cris-*, crisv32-*>: Enable target-libffi again for
*-*-linux* and *-*-elf.
* configure: Regenerate.

19 years agoChanged
manjo [Tue, 7 Jun 2005 06:55:16 +0000 (06:55 +0000)]
Changed

* solib-svr4.c: Change type of 'lm' to gdb_byte.
to
* solib-svr4.c (struct lm_info):  Change type of 'lm' to gdb_byte.

19 years agoSync with gcc-toplevel
hp [Tue, 7 Jun 2005 06:18:26 +0000 (06:18 +0000)]
Sync with gcc-toplevel

19 years ago * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Init _bfd_find_line.
amodra [Tue, 7 Jun 2005 03:13:04 +0000 (03:13 +0000)]
* coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Init _bfd_find_line.
* coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.

19 years agoGrrr. Remove debugging lines from previous patch.
kseitz [Tue, 7 Jun 2005 01:16:07 +0000 (01:16 +0000)]
Grrr. Remove debugging lines from previous patch.

19 years ago * library/interface.tcl (gdbtk_tcl_fputs_error): gdbtk_state is in the global
kseitz [Tue, 7 Jun 2005 01:10:41 +0000 (01:10 +0000)]
    * library/interface.tcl (gdbtk_tcl_fputs_error): gdbtk_state is in the global
        namespace. Fix references.
        (gdbtk_tcl_fputs_log): Likewise.

        From Steven Johnson  <johnson@sakuraindustries.com>:
        * library/interface.tcl (gdbtk_tcl_warning): Filter some basic warnings
        from gdb - "incomplete CFI.." and "Internal error".

19 years ago From Steven Johnson <sjohnson@sakraindustries.com>:
kseitz [Tue, 7 Jun 2005 00:36:59 +0000 (00:36 +0000)]
    From Steven Johnson  <sjohnson@sakraindustries.com>:
        * generic/gcbtk-cmds.c (gdb_loc): Hand gdb_loc called before remote
        target connected, where gdb_loc now returns the entry address as $pc.

19 years ago * configure.in (unsupported_languages): New macro.
hp [Tue, 7 Jun 2005 00:04:14 +0000 (00:04 +0000)]
* configure.in (unsupported_languages): New macro.
<mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
non-ported target libraries in noconfigdirs.
<cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
non-linux-gnu.  Remove libgcj_ex_libffi.
  <lang_frag loop>: Set add_this_lang=no if the language is in
unsupported_languages.
* configure: Regenerate.

19 years ago*** empty log message ***
gdbadmin [Tue, 7 Jun 2005 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Tue, 7 Jun 2005 00:00:05 +0000 (00:00 +0000)]
daily update

19 years ago solib-svr4.c gdb_byteised.
manjo [Mon, 6 Jun 2005 22:24:25 +0000 (22:24 +0000)]
 solib-svr4.c gdb_byteised.

19 years agomerge from gcc
dj [Mon, 6 Jun 2005 22:13:35 +0000 (22:13 +0000)]
merge from gcc

19 years ago* cygload/cygload.exp: .cpp -> .cc.
cgf [Mon, 6 Jun 2005 21:28:22 +0000 (21:28 +0000)]
* cygload/cygload.exp: .cpp -> .cc.

19 years ago* Makefile.in: Test cygload.
cgf [Mon, 6 Jun 2005 21:13:31 +0000 (21:13 +0000)]
* Makefile.in: Test cygload.
* cygload: New directory.
* cygload/README: New file.
* cygload/Makefile: Ditto.
* cygload/cygload.h: Ditto.
* cygload/cygload.cc: Ditto.
* cygload/cygload.exp: Ditto.

19 years agoreformat ChangeLog entry slightly.
cgf [Mon, 6 Jun 2005 21:12:00 +0000 (21:12 +0000)]
reformat ChangeLog entry slightly.

19 years ago* configure.in: Fix typo in handling of --with-mpfr-dir.
dj [Mon, 6 Jun 2005 18:36:50 +0000 (18:36 +0000)]
* configure.in: Fix typo in handling of --with-mpfr-dir.
* configure: Regenerate.

19 years ago * path.cc (symlink_info::check): If GetFileAttributes returns
corinna [Mon, 6 Jun 2005 16:58:36 +0000 (16:58 +0000)]
* path.cc (symlink_info::check): If GetFileAttributes returns
with ERROR_SHARING_VIOLATION, the file exists.

19 years ago * uname.cc (uname): Change "amd64" to "x86_64" as on Linux.
corinna [Mon, 6 Jun 2005 16:17:09 +0000 (16:17 +0000)]
* uname.cc (uname): Change "amd64" to "x86_64" as on Linux.

19 years ago * uname.cc (uname): Add missing break.
corinna [Mon, 6 Jun 2005 15:58:07 +0000 (15:58 +0000)]
* uname.cc (uname): Add missing break.

19 years agobfd/
hjl [Mon, 6 Jun 2005 14:28:29 +0000 (14:28 +0000)]
bfd/

2005-06-06  H.J. Lu  <hongjiu.lu@intel.com>

PR 990
* bfd.c (bfd_find_line): New.

* dwarf2.c (comp_unit): Add variable_table.
(funcinfo): Add file, line, and sec.
(varinfo): New.
(lookup_symbol_in_function_table): New.
(lookup_symbol_in_variable_table): New.
(scan_unit_for_functions): Renamed to ...
(scan_unit_for_symbols): This. Handle DW_TAG_entry_point and
DW_TAG_variable.
(comp_unit_find_nearest_line): Updated.
(comp_unit_find_line): New.
(_bfd_dwarf2_find_line): New.

* elf-bfd.h (_bfd_elf_find_line): New.
(_bfd_generic_find_line): New. Defined.

* elf.c (_bfd_elf_find_line): New.

* libbfd-in.h (_bfd_dwarf2_find_line): New.
(_bfd_generic_find_line): New.

* bfd-in2.h: Regenerated.
* libbfd.h: Likewise.

* libbfd.c (_bfd_generic_find_line): New.

* targets.c (BFD_JUMP_TABLE_SYMBOLS): Initialize _bfd_find_line
with _bfd_generic_find_line.
(bfd_target): Add _bfd_find_line.

binutils/

2005-06-06  H.J. Lu  <hongjiu.lu@intel.com>

PR 990
* nm.c (print_symbol): Call bfd_find_line before
bfd_find_nearest_line.

19 years ago2005-06-06 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 6 Jun 2005 14:16:44 +0000 (14:16 +0000)]
2005-06-06  H.J. Lu  <hongjiu.lu@intel.com>

* dwarf2.c (decode_line_info): Properly set low_pc.

19 years ago * elf64-ppc.c (ppc_stub_name): Return immediately on bfd_malloc fail.
amodra [Mon, 6 Jun 2005 13:16:11 +0000 (13:16 +0000)]
* elf64-ppc.c (ppc_stub_name): Return immediately on bfd_malloc fail.
(ppc64_elf_edit_opd): Ignore zero size .opd.  Check bfd_alloc
return value.

19 years agobfd/
amodra [Mon, 6 Jun 2005 12:59:51 +0000 (12:59 +0000)]
bfd/
* elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd
case, include addend when indexing .opd section map.
(ppc64_elf_edit_opd): Add no_opd_opt param.  Do nothing besides
clear opd_adjust array if no_opd_opt set.  Tidy code.
* elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
ld/
* emultempl/ppc64elf.em (ppc_before_allocation): Always run
ppc64_elf_edit_opd.

19 years ago * include/_mingw.h (__MINGW_ATTRIBUTE_NONNULL): Fix typo
dannysmith [Mon, 6 Jun 2005 08:21:50 +0000 (08:21 +0000)]
* include/_mingw.h (__MINGW_ATTRIBUTE_NONNULL): Fix typo
in GNUC version guard.

19 years ago * NEWS: Mention new powerpc ld support.
amodra [Mon, 6 Jun 2005 06:53:07 +0000 (06:53 +0000)]
* NEWS: Mention new powerpc ld support.

19 years agodaily update
amodra [Mon, 6 Jun 2005 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Mon, 6 Jun 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

19 years agold/
hjl [Sun, 5 Jun 2005 15:28:35 +0000 (15:28 +0000)]
ld/

2005-06-05  H.J. Lu  <hongjiu.lu@intel.com>

* ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
section only if the symbol will be defined.

ld/testsuite/

2005-06-05  H.J. Lu  <hongjiu.lu@intel.com>

* ld-cris/hiddef1.d: Undo the last change.
* ld-cris/libdso-10.d: Likewise.
* ld-cris/libdso-2.d: Likewise.

19 years ago* Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.
cgf [Sun, 5 Jun 2005 04:15:15 +0000 (04:15 +0000)]
* Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.

19 years ago* sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.
cgf [Sun, 5 Jun 2005 04:07:45 +0000 (04:07 +0000)]
* sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.

19 years ago* malloc.cc: Update to Doug Lea's malloc v2.8.0.
cgf [Sun, 5 Jun 2005 03:47:32 +0000 (03:47 +0000)]
* malloc.cc: Update to Doug Lea's malloc v2.8.0.

19 years agoSlight rearragement
joshuadfranklin [Sun, 5 Jun 2005 02:16:07 +0000 (02:16 +0000)]
Slight rearragement

19 years ago*** empty log message ***
gdbadmin [Sun, 5 Jun 2005 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Sun, 5 Jun 2005 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 4 Jun 2005 18:11:07 +0000 (18:11 +0000)]
2005-06-04  H.J. Lu  <hongjiu.lu@intel.com>

* ld-cris/hiddef1.d: Updated.
* ld-cris/libdso-10.d: Likewise.
* ld-cris/libdso-2.d: Likewise.

19 years ago2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 4 Jun 2005 16:33:08 +0000 (16:33 +0000)]
2005-06-04  H.J. Lu  <hongjiu.lu@intel.com>

* dwarf2.c (comp_unit): Fix a typo in comment.

19 years ago2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 4 Jun 2005 14:40:21 +0000 (14:40 +0000)]
2005-06-04  H.J. Lu  <hongjiu.lu@intel.com>

PR 992
* ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
section for etree_assign, etree_provide and etree_provided.
Call fold_binary on etree_binary.

* ldlang.c (lang_mark_used_section_1): Handle load base.

19 years ago(CE, C3, CM, UE, UF): Redefine without reference to their Thumb-enabled
nickc [Sat, 4 Jun 2005 14:06:00 +0000 (14:06 +0000)]
(CE, C3, CM, UE, UF): Redefine without reference to their Thumb-enabled
equivalents.

19 years ago * MAINTAINERS: Update my email address.
rsandifo [Sat, 4 Jun 2005 06:29:02 +0000 (06:29 +0000)]
* MAINTAINERS: Update my email address.

19 years agoFix log entry.
jimb [Sat, 4 Jun 2005 03:27:21 +0000 (03:27 +0000)]
Fix log entry.

19 years agosid/include/ChangeLog:
jimb [Sat, 4 Jun 2005 03:26:19 +0000 (03:26 +0000)]
sid/include/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/pregen/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/demos/voice-pager/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/demos/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/samples/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gdb/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/consoles/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/bochs/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* dma/Makefile.in, harddrv/Makefile.in, vga/Makefile.in,
keyboard/Makefile.in, floppy/Makefile.in, unmapped/Makefile.in,
pit/Makefile.in, cpu/fpu/Makefile.in, cpu/memory/Makefile.in,
cpu/Makefile.in, gui/Makefile.in, cmos/Makefile.in,
pic/Makefile.in: Regenerated with Automake 1.9.5.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Call m4_pattern_allow to reassure autoconf that
the AS_DYNAMIC_OBJS and AS_DYNAMIC_INCS variables are not
mistakes.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS only to literal strings.
* configure: Regenerated.

sid/component/profiling/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cfgroot/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* libltdl: Updated with files from libtool 1.5.18.

sid/component/tcl/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/xstormy16/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS to literal strings only.
* acinclude.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): Properly
quote macro names.
* configure: Regenerated.

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/cgen-cpu/m32r/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/audio/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/uart/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/uart/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/loader/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/sched/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/parport/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/memory/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cache/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/rtc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gloss/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* families/configure.in: Apply AC_CONFIG_SUBDIRS to literal
strings only.
* families/configure: Regenerated.

* families/Makefile.in, families/aclocal.m4: Regenerated with
Automake 1.9.5.

sid/component/mmu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/interrupt/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/glue/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ide/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/doc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/config/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* config.guess, config.sub, install-sh, missing, mkinstalldirs:
Update.

* docbuild.m4 (RH_DOCBUILD_CHECK): Propery quote macro name.
* libstdc++.m4 (CY_LIBSTDCXX_CHECK): Same.
* sidtarget.m4 (CY_SIDTARGET_CHECK): Same.

* sidtarget.m4 (CY_SIDTARGET_CHECK): No need to specify the shell
when running $ac_config_sub; $ac_config_sub contains the shell
itself now, and it's an error to specify it twice.

* libtool.m4, ltdl.m4, ltmain.sh: Update from libtool 1.5.18.

sid/main/dynamic/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/main/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/include/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/pregen/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/demos/voice-pager/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/demos/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/samples/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gdb/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/consoles/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/bochs/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* dma/Makefile.in, harddrv/Makefile.in, vga/Makefile.in,
keyboard/Makefile.in, floppy/Makefile.in, unmapped/Makefile.in,
pit/Makefile.in, cpu/fpu/Makefile.in, cpu/memory/Makefile.in,
cpu/Makefile.in, gui/Makefile.in, cmos/Makefile.in,
pic/Makefile.in: Regenerated with Automake 1.9.5.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Call m4_pattern_allow to reassure autoconf that
the AS_DYNAMIC_OBJS and AS_DYNAMIC_INCS variables are not
mistakes.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS only to literal strings.
* configure: Regenerated.

sid/component/profiling/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cfgroot/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* libltdl: Updated with files from libtool 1.5.18.

sid/component/tcl/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/xstormy16/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS to literal strings only.
* acinclude.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): Properly
quote macro names.
* configure: Regenerated.

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/cgen-cpu/m32r/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/audio/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/uart/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/uart/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/loader/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/sched/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/parport/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/memory/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cache/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/rtc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gloss/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* families/configure.in: Apply AC_CONFIG_SUBDIRS to literal
strings only.
* families/configure: Regenerated.

* families/Makefile.in, families/aclocal.m4: Regenerated with
Automake 1.9.5.

sid/component/mmu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/interrupt/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/glue/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ide/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/doc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/config/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* config.guess, config.sub, install-sh, missing, mkinstalldirs:
Update.

* docbuild.m4 (RH_DOCBUILD_CHECK): Propery quote macro name.
* libstdc++.m4 (CY_LIBSTDCXX_CHECK): Same.
* sidtarget.m4 (CY_SIDTARGET_CHECK): Same.

* sidtarget.m4 (CY_SIDTARGET_CHECK): No need to specify the shell
when running $ac_config_sub; $ac_config_sub contains the shell
itself now, and it's an error to specify it twice.

* libtool.m4, ltdl.m4, ltmain.sh: Update from libtool 1.5.18.

sid/main/dynamic/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/main/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

19 years agosid/include/ChangeLog:
jimb [Sat, 4 Jun 2005 03:22:55 +0000 (03:22 +0000)]
sid/include/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/pregen/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/demos/voice-pager/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/demos/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/samples/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gdb/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/consoles/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/bochs/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* dma/Makefile.in, harddrv/Makefile.in, vga/Makefile.in,
keyboard/Makefile.in, floppy/Makefile.in, unmapped/Makefile.in,
pit/Makefile.in, cpu/fpu/Makefile.in, cpu/memory/Makefile.in,
cpu/Makefile.in, gui/Makefile.in, cmos/Makefile.in,
pic/Makefile.in: Regenerated with Automake 1.9.5.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Call m4_pattern_allow to reassure autoconf that
the AS_DYNAMIC_OBJS and AS_DYNAMIC_INCS variables are not
mistakes.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS only to literal strings.
* configure: Regenerated.

sid/component/profiling/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cfgroot/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* libltdl: Updated with files from libtool 1.5.18.

sid/component/tcl/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/xstormy16/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS to literal strings only.
* acinclude.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): Properly
quote macro names.
* configure: Regenerated.

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/cgen-cpu/m32r/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/audio/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/uart/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/uart/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/loader/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/sched/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/parport/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/memory/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cache/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/rtc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gloss/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* families/configure.in: Apply AC_CONFIG_SUBDIRS to literal
strings only.
* families/configure: Regenerated.

* families/Makefile.in, families/aclocal.m4: Regenerated with
Automake 1.9.5.

sid/component/mmu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/interrupt/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/glue/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ide/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/doc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/config/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* config.guess, config.sub, install-sh, missing, mkinstalldirs:
Update.

* docbuild.m4 (RH_DOCBUILD_CHECK): Propery quote macro name.
* libstdc++.m4 (CY_LIBSTDCXX_CHECK): Same.
* sidtarget.m4 (CY_SIDTARGET_CHECK): Same.

* sidtarget.m4 (CY_SIDTARGET_CHECK): No need to specify the shell
when running $ac_config_sub; $ac_config_sub contains the shell
itself now, and it's an error to specify it twice.

* libtool.m4, ltdl.m4, ltmain.sh: Update from libtool 1.5.18.

sid/main/dynamic/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/main/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/include/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/pregen/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/bsp/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/demos/voice-pager/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* aclocal.m4, Makefile.in: Regenerated with Automake 1.9.5.

sid/demos/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/samples/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gdb/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/consoles/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/bochs/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* dma/Makefile.in, harddrv/Makefile.in, vga/Makefile.in,
keyboard/Makefile.in, floppy/Makefile.in, unmapped/Makefile.in,
pit/Makefile.in, cpu/fpu/Makefile.in, cpu/memory/Makefile.in,
cpu/Makefile.in, gui/Makefile.in, cmos/Makefile.in,
pic/Makefile.in: Regenerated with Automake 1.9.5.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Call m4_pattern_allow to reassure autoconf that
the AS_DYNAMIC_OBJS and AS_DYNAMIC_INCS variables are not
mistakes.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/timers/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS only to literal strings.
* configure: Regenerated.

sid/component/profiling/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cfgroot/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* libltdl: Updated with files from libtool 1.5.18.

sid/component/tcl/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/arm7t/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/xstormy16/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/cgen-cpu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* configure.in: Apply AC_CONFIG_SUBDIRS to literal strings only.
* acinclude.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): Properly
quote macro names.
* configure: Regenerated.

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

sid/component/cgen-cpu/m32r/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/audio/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

sid/component/uart/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/uart/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/loader/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/sched/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/mapper/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/parport/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/memory/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/cache/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/rtc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/gloss/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/testsuite/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/lcd/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

* families/configure.in: Apply AC_CONFIG_SUBDIRS to literal
strings only.
* families/configure: Regenerated.

* families/Makefile.in, families/aclocal.m4: Regenerated with
Automake 1.9.5.

sid/component/mmu/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/interrupt/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/glue/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/component/ide/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/doc/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in: Regenerated with Automake 1.9.5.

sid/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/config/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* config.guess, config.sub, install-sh, missing, mkinstalldirs:
Update.

* docbuild.m4 (RH_DOCBUILD_CHECK): Propery quote macro name.
* libstdc++.m4 (CY_LIBSTDCXX_CHECK): Same.
* sidtarget.m4 (CY_SIDTARGET_CHECK): Same.

* sidtarget.m4 (CY_SIDTARGET_CHECK): No need to specify the shell
when running $ac_config_sub; $ac_config_sub contains the shell
itself now, and it's an error to specify it twice.

* libtool.m4, ltdl.m4, ltmain.sh: Update from libtool 1.5.18.

sid/main/dynamic/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.am (LIBIBERTY): Link against the libiberty.a from
libiberty/pic, not the non-PIC version in libiberty.
* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.

* configure.in: Remove call to AC_ARG_PROGRAM, to avoid autoconf
warnings about multiple uses.
* configure: Regenerated with autoconf 2.59.

sid/main/ChangeLog:
2005-06-03  Jim Blandy  <jimb@redhat.com>

* Makefile.in, aclocal.m4: Regenerated with Automake 1.9.5.
* configure: Regenerated with autoconf 2.59.

19 years ago* how-programming.texinfo: Add "How do I load cygwin1.dll dynamically from a
cgf [Sat, 4 Jun 2005 02:14:13 +0000 (02:14 +0000)]
* how-programming.texinfo: Add "How do I load cygwin1.dll dynamically from a
Visual Studio or MinGW application?"

19 years ago* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. Comment
cgf [Sat, 4 Jun 2005 02:11:47 +0000 (02:11 +0000)]
* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls.  Comment
to explain the caveats of this method.
* how-cygtls-works.txt: New file.

19 years ago*** empty log message ***
gdbadmin [Sat, 4 Jun 2005 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Sat, 4 Jun 2005 00:00:08 +0000 (00:00 +0000)]
daily update

19 years ago * symmisc.c (dump_symtab_1): Renamed from dump_symtab.
brobecke [Fri, 3 Jun 2005 23:27:27 +0000 (23:27 +0000)]
    * symmisc.c (dump_symtab_1): Renamed from dump_symtab.
        (dump_symtab): New function.

19 years agoPatch from Steve Ellcey for hpux build failure.
wilson [Fri, 3 Jun 2005 21:33:48 +0000 (21:33 +0000)]
Patch from Steve Ellcey for hpux build failure.
* configure.in: Check for getc_unlocked prototype.
* configure: Regenerate.
* config.in: Regenerate.
* strings.c (get_char): Only call getc_unlocked if we have seen a
prototype.

19 years ago* cgen-cpu.h: Remove references to CGEN bitset type.
jimb [Fri, 3 Jun 2005 20:25:39 +0000 (20:25 +0000)]
* cgen-cpu.h: Remove references to CGEN bitset type.

* configure.in: Don't forget to AC_SUBST the value of cpu_defs.
* configure: Regenerated.

19 years ago2005-06-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 3 Jun 2005 18:57:27 +0000 (18:57 +0000)]
2005-06-03  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/mallocr.c (MALLOC_COPY): Switch to use memmove
        instead of memcpy.

19 years ago* configure.in (ALL_LINGUAS): Add zh_TW
nickc [Fri, 3 Jun 2005 13:22:13 +0000 (13:22 +0000)]
* configure.in (ALL_LINGUAS): Add zh_TW
* configure: Regenerate.
* po/zh_TW.po: New Chinese (traditional) translation.

19 years agoRemove spurious blank space
nickc [Fri, 3 Jun 2005 10:14:29 +0000 (10:14 +0000)]
Remove spurious blank space