OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
21 years ago* mips.h (EF_MIPS_XGOT): Define.
aoliva [Tue, 28 Jan 2003 00:01:08 +0000 (00:01 +0000)]
* mips.h (EF_MIPS_XGOT): Define.

21 years ago*** empty log message ***
gdbadmin [Tue, 28 Jan 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago* bfd.c (struct _bfd): Added id field.
aoliva [Mon, 27 Jan 2003 23:40:38 +0000 (23:40 +0000)]
* bfd.c (struct _bfd): Added id field.
* opncls.c (_bfd_id_counter): New static variable.
(_bfd_new_bfd): Use it.
* bfd-in2.h: Rebuilt.

21 years ago2003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>
dannysmith [Mon, 27 Jan 2003 23:11:12 +0000 (23:11 +0000)]
2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>

* include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
define.
* lib/largeint.c (LargeIntegerAdd): Add, don't multiply.

21 years ago* gas/mips/n32-consec.d: New.
aoliva [Mon, 27 Jan 2003 23:01:55 +0000 (23:01 +0000)]
* gas/mips/n32-consec.d: New.
* gas/mips/n32-consec.s: New.
* gas/mips/mips.exp (run_list_test_arches): Run it on irix6 and
mips64*-linux* systems.

21 years agodaily update
amodra [Mon, 27 Jan 2003 23:00:05 +0000 (23:00 +0000)]
daily update

21 years ago* configure.in (em): Set to irix on all Irix systems.
aoliva [Mon, 27 Jan 2003 22:45:56 +0000 (22:45 +0000)]
* configure.in (em): Set to irix on all Irix systems.
* configure: Rebuilt.
* config/te-irix.h: New file.
* config/tc-mips.c (mips_dwarf2_format): Use TE_IRIX to decide
whether to use Irix-specific 64-bit format.

21 years ago2003-01-27 Andrew Cagney <ac131313@redhat.com>
cagney [Mon, 27 Jan 2003 21:41:39 +0000 (21:41 +0000)]
2003-01-27  Andrew Cagney  <ac131313@redhat.com>

* sentinel-frame.h, sentinel-frame.c: New files.
* Makefile.in (frame.o): Update dependencies.
(SFILES): Add sentinel-frame.c.
(sentinel_frame_h): Define.
(COMMON_OBS): Add sentinel-frame.o.
(sentinel-frame.o): Specify dependencies.
* frame.c: Include "sentinel-frame.h".
(frame_register_unwind): Rewrite assuming that there is always a a
->next frame.
(frame_register, generic_unwind_get_saved_register): Ditto.
(frame_read_unsigned_register, frame_read_signed_register): Ditto.
(create_sentinel_frame, unwind_to_current_frame): New functions.
(get_current_frame): Rewrite using create_sentinel_frame and
unwind_to_current_frame.  When possible, always create a frame.
(create_new_frame): Set next to the sentinel frame.
(get_next_frame): Rewrite.  Don't go below the level 0 frame.
(deprecated_update_frame_pc_hack): Update the next frame's PC and
ID cache when necessary.
(frame_saved_regs_id_unwind): Use frame_relative_level.
(deprecated_generic_get_saved_register): Use frame_relative_level,
get_frame_saved_regs, get_frame_pc, get_frame_base and
get_next_frame.
(frame_saved_regs_register_unwind): Use get_frame_saved_regs and
frame_register.

21 years ago * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
drow [Mon, 27 Jan 2003 21:16:06 +0000 (21:16 +0000)]
* gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.

21 years ago * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
drow [Mon, 27 Jan 2003 20:25:34 +0000 (20:25 +0000)]
* maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
(maintenance_set_profile_cmd): Use error () instead of warning ().

21 years ago* configure.in: Revert 24Jan change.
aoliva [Mon, 27 Jan 2003 19:47:23 +0000 (19:47 +0000)]
* configure.in:  Revert 24Jan change.
* configure:  Regenerate.

21 years ago* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numeric
cgf [Mon, 27 Jan 2003 17:00:17 +0000 (17:00 +0000)]
* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numeric
fields.

21 years agofix typo
cgf [Mon, 27 Jan 2003 15:58:15 +0000 (15:58 +0000)]
fix typo

21 years ago * configure.in: Check that -pg works if using --enable-profiling.
drow [Mon, 27 Jan 2003 14:36:55 +0000 (14:36 +0000)]
* configure.in: Check that -pg works if using --enable-profiling.
Check for monstartup and _mcleanup regardless of --enable-profiling.
* maint.c: Check for monstartup and _mcleanup before using them.
* config.in: Regenerated.
* configure: Regenerated.

21 years ago * Avoid designated initializers.
sky [Mon, 27 Jan 2003 08:44:21 +0000 (08:44 +0000)]
* Avoid designated initializers.

21 years ago2003-01-27 Danny Smith <dannysmith@users.sourceforge.net>
dannysmith [Mon, 27 Jan 2003 07:15:17 +0000 (07:15 +0000)]
2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>

* include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
define.
* include/winbase.h (WAIT_TIMEOUT): Guard against prior
definition.
(WAIT_FAILED): Cast to DWORD.
* include/winerror.h (WAIT_TIMEOUT): Guard against prior
definition.

2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>

* include/winerror.h: Protect against multiple
definition of WSA* error codes.
* include/winsock.h: Likewise.
* include/winsock2.h: Likewise.

2003-01-27  Bang Dong-Heui
    Bang Jun-Young  <junyoung@netbsd.org>

* include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
(RPC_X_INVALID_PIPE_OPERATION): Remove define.

21 years ago* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer a
cgf [Mon, 27 Jan 2003 00:31:30 +0000 (00:31 +0000)]
* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer a
valid return from next_str.
(pwdgrp::add_line): Duh.  Revert to use strchr.

21 years ago* strings.h (strechr): New function.
cgf [Mon, 27 Jan 2003 00:16:01 +0000 (00:16 +0000)]
* strings.h (strechr): New function.
* uinfo.cc (pwdgrp::next_str): Search only for input char in string.  Return
EOS on failure.  Don't check for NULL since it shouldn't be possible.
(pwdgrp::add_line): Revert to replacing '\n' in input line with '\0'.
(pwdgrp::next_num): Pass explicit separator character to next_str.
* grp.cc (pwdgrp::parse_group): Ditto.
* passwd.cc (pwdgrp::parse_passwd): Ditto.  Revamp test for garbage input.
* pwdgrp.h (pwdgrp::next_str): Don't use default parameter.

21 years ago*** empty log message ***
gdbadmin [Mon, 27 Jan 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years agoinclude/
drow [Sun, 26 Jan 2003 07:33:28 +0000 (07:33 +0000)]
include/
* hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
(struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
(htab_create_alloc_ex): New prototype.
(htab_set_functions_ex): New prototype.
libiberty/
* hashtab.c (htab_create_alloc_ex): New function.
(hatab_set_functions_ex): New function.
(htab_delete, htab_expand): Support alternate allocation functions.

21 years ago * include/math.h (tgamma): Correct typo in comment.
dannysmith [Sun, 26 Jan 2003 07:04:04 +0000 (07:04 +0000)]
* include/math.h (tgamma): Correct typo in comment.

21 years ago* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for
cgf [Sun, 26 Jan 2003 06:42:40 +0000 (06:42 +0000)]
* uinfo.cc (pwdgrp::load): Regularize strace output.  Add warning for
CreateFile failure.

21 years ago * mingwex/mingw-fseek.c (INLINE): Remove define.
dannysmith [Sun, 26 Jan 2003 06:38:42 +0000 (06:38 +0000)]
* mingwex/mingw-fseek.c (INLINE): Remove define.
(__mingw_is_win9x): Remove static inline function.
(_mingw_fwrite): Use _osver instead of __mingw_is_win9x.

21 years agoFix typo.
cgf [Sun, 26 Jan 2003 06:27:26 +0000 (06:27 +0000)]
Fix typo.

21 years ago* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structure
cgf [Sun, 26 Jan 2003 06:02:34 +0000 (06:02 +0000)]
* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset.  The structure
should always be completely filled out.
* grp.cc (pwdgrp::parse_group): Ditto.
* grp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating

21 years ago* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.
cgf [Sun, 26 Jan 2003 05:55:29 +0000 (05:55 +0000)]
* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.

21 years ago* include/sys/strace.h (paranoid_printf): Define as not being part of "all"
cgf [Sun, 26 Jan 2003 05:38:37 +0000 (05:38 +0000)]
* include/sys/strace.h (paranoid_printf): Define as not being part of "all"
output.
* pwdgrp.h (pwdgrp::next_num): Rename from next_int.  Returns true/false if
parse operation succeeded.
(pwdgrp::reparse): Remove.
(pwdgrp::raw_ptr): New function.  Returns pointer in line.
(pwdgrp::next_num): New functions for parsing other than unsigned long.
* grp.cc (pwdgrp::parse_group): Reinstate previous parsing behavior.  Don't
fill in fields with NULL and assign empty gr_mem to known pointer rather than
doing a pointless calloc.  Streamline gr_mem parsing.  Don't increment
curr_lines here.
* passwd.cc (pwdgrp::parse_passwd): Use new behavior of next_num.  Don't
increment curr_lines here.
* uinfo.cc (pwdgrp::next_str): Keep returning EOL if out of data.
(pwdgrp::reparse): Remove.
(pwdgrp::next_num): Rename from next_int.  Return bool indicating success of
parse, argument returns value parsed.
(pwdgrp::add_line): Increment curr_lines here on successful parse.
(pwdgrp::load): (from Pierre Humblet) Don't return status.  Just report it
here.

21 years ago*** empty log message ***
gdbadmin [Sun, 26 Jan 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years agoclarify
cgf [Sat, 25 Jan 2003 16:38:56 +0000 (16:38 +0000)]
clarify

21 years ago* pwdgrp.cc (pwdgrp::reparse): Declare.
cgf [Sat, 25 Jan 2003 16:34:32 +0000 (16:34 +0000)]
* pwdgrp.cc (pwdgrp::reparse): Declare.
* uinfo.cc (pwdgrp::reparse): Define.
* grp.cc (pwdgrp::parse_group): Use.

21 years ago * syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists
corinna [Sat, 25 Jan 2003 10:36:46 +0000 (10:36 +0000)]
* syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists
update the euid and call cygheap->user.set_name. Remove special
handling of ILLEGAL_UID.
(setgid32): Add a debug_printf. On Win95, always set the egid.
Remove special handling of ILLEGAL_GID. Do not compare gid and gr_gid.
* child_info.h (class cygheap_exec_info): Remove uid.
* spawn.cc (spawn_guts): Do not set ciresrv.moreinfo->uid.
* dcrto.cc (dll_crt0_1): Always call uinfo_init.
* uinfo.cc (uinfo_init): Reorganize and close handle if needed.
(cygheap_user::ontherange): Do not call internal_getpwnam if pw is NULL.

21 years ago * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
amodra [Sat, 25 Jan 2003 08:20:37 +0000 (08:20 +0000)]
* elf32-sparc.c (bfd_elf32_new_section_hook): Define.

21 years ago* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll region
cgf [Sat, 25 Jan 2003 01:17:51 +0000 (01:17 +0000)]
* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll region
if size changes.

21 years ago * include/ras.h (RASCONN[AW]): Add dwSessionId for
dannysmith [Sat, 25 Jan 2003 00:47:25 +0000 (00:47 +0000)]
* include/ras.h (RASCONN[AW]): Add dwSessionId for
(WINVER >= 0x501).

21 years ago * include/ras.h (RASCONN[AW]): Guard szDeviceType,
dannysmith [Sat, 25 Jan 2003 00:41:45 +0000 (00:41 +0000)]
* include/ras.h (RASCONN[AW]): Guard szDeviceType,
szDeviceName fields with WINVER >= 0x400. Add dwFlags, luid
fields for WINVER >= 0x501.

21 years agomerge from gcc
dj [Sat, 25 Jan 2003 00:23:30 +0000 (00:23 +0000)]
merge from gcc

21 years ago*** empty log message ***
gdbadmin [Sat, 25 Jan 2003 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

21 years agobfd/
jakub [Fri, 24 Jan 2003 23:44:43 +0000 (23:44 +0000)]
bfd/
* elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
(elf32_sparc_rev32_howto): New variable.
(sparc_reloc_map): Add TLS relocs.
(elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
Handle REV32.
(sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
New functions.
(struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
struct elf32_sparc_link_hash_table):
New structures.
(elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
elf32_sparc_hash_table): Define.
(link_hash_newfunc, elf32_sparc_link_hash_table_create,
create_got_section, elf32_sparc_create_dynamic_sections,
elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
functions.
(elf32_sparc_check_relocs): Handle TLS relocs.  Add dynamic reloc
reference counting.
(elf32_sparc_gc_sweep_hook): Likewise.
(elf32_sparc_adjust_dynamic_symbol): Likewise.
(elf32_sparc_size_dynamic_sections): Likewise.
(elf32_sparc_relocate_section): Likewise.
(allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
New functions.
(elf32_sparc_object_p): Allocate backend private object data.
(bfd_elf32_bfd_link_hash_table_create,
elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
elf_backend_can_refcount): Define.
(elf_backend_create_dynamic_sections): Define to
elf32_sparc_create_dynamic_sections.
* reloc.c: Add SPARC TLS relocs.
* bfd-in2.h, libbfd.h: Rebuilt.
* elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
(sparc_reloc_map): Likewise.
gas/
* config/tc-sparc.c (sparc_ip): Handle TLS % operators.
(tc_gen_reloc): Handle TLS relocs.
(sparc_cons, cons_fix_new_sparc): Handle %r_tls_dtpoff.
* config/tc-sparc.h (tc_fix_adjustable): Don't adjust TLS
relocs.
* config/obj-elf.c (obj_elf_section_word): Handle tls.
(obj_elf_type): Handle tls_object.
include/
* elf/sparc.h: Add TLS relocs.  Move R_SPARC_REV32 to 252.
ld/testsuite/
* ld-sparc/sparc.exp: New.
* ld-sparc/tlsg32.s: New test.
* ld-sparc/tlsg32.sd: Likewise.
* ld-sparc/tlsg64.s: Likewise.
* ld-sparc/tlsg64.sd: Likewise.
* ld-sparc/tlslib.s: Likewise.
* ld-sparc/tlsnopic.s: Likewise.
* ld-sparc/tlspic.s: Likewise.
* ld-sparc/tlssunbin32.dd: Likewise.
* ld-sparc/tlssunbin32.rd: Likewise.
* ld-sparc/tlssunbin32.s: Likewise.
* ld-sparc/tlssunbin32.sd: Likewise.
* ld-sparc/tlssunbin32.td: Likewise.
* ld-sparc/tlssunbin64.dd: Likewise.
* ld-sparc/tlssunbin64.rd: Likewise.
* ld-sparc/tlssunbin64.s: Likewise.
* ld-sparc/tlssunbin64.sd: Likewise.
* ld-sparc/tlssunbin64.td: Likewise.
* ld-sparc/tlssunbinpic32.s: Likewise.
* ld-sparc/tlssunbinpic64.s: Likewise.
* ld-sparc/tlssunnopic32.dd: Likewise.
* ld-sparc/tlssunnopic32.rd: Likewise.
* ld-sparc/tlssunnopic32.s: Likewise.
* ld-sparc/tlssunnopic32.sd: Likewise.
* ld-sparc/tlssunnopic64.dd: Likewise.
* ld-sparc/tlssunnopic64.rd: Likewise.
* ld-sparc/tlssunnopic64.s: Likewise.
* ld-sparc/tlssunnopic64.sd: Likewise.
* ld-sparc/tlssunpic32.dd: Likewise.
* ld-sparc/tlssunpic32.rd: Likewise.
* ld-sparc/tlssunpic32.s: Likewise.
* ld-sparc/tlssunpic32.sd: Likewise.
* ld-sparc/tlssunpic32.td: Likewise.
* ld-sparc/tlssunpic64.dd: Likewise.
* ld-sparc/tlssunpic64.rd: Likewise.
* ld-sparc/tlssunpic64.s: Likewise.
* ld-sparc/tlssunpic64.sd: Likewise.
* ld-sparc/tlssunpic64.td: Likewise.

21 years agodaily update
amodra [Fri, 24 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years agomerge from gcc
dj [Fri, 24 Jan 2003 21:31:35 +0000 (21:31 +0000)]
merge from gcc

21 years ago * ld-s390/s390.exp: New file.
sky [Fri, 24 Jan 2003 17:20:25 +0000 (17:20 +0000)]
* ld-s390/s390.exp: New file.
* ld-s390/tlsbin_64.dd: New file.
* ld-s390/tlsbin_64.rd: New file.
* ld-s390/tlsbin_64.s: New file.
* ld-s390/tlsbin_64.sd: New file.
* ld-s390/tlsbin_64.td: New file.
* ld-s390/tlsbin.dd: New file.
* ld-s390/tlsbinpic_64.s: New file.
* ld-s390/tlsbinpic.s: New file.
* ld-s390/tlsbin.rd: New file.
* ld-s390/tlsbin.s: New file.
* ld-s390/tlsbin.sd: New file.
* ld-s390/tlsbin.td: New file.
* ld-s390/tlslib_64.s: New file.
* ld-s390/tlslib.s: New file.
* ld-s390/tlspic1_64.s: New file.
* ld-s390/tlspic1.s: New file.
* ld-s390/tlspic2_64.s: New file.
* ld-s390/tlspic2.s: New file.
* ld-s390/tlspic_64.dd: New file.
* ld-s390/tlspic_64.rd: New file.
* ld-s390/tlspic_64.sd: New file.
* ld-s390/tlspic_64.td: New file.
* ld-s390/tlspic.dd: New file.
* ld-s390/tlspic.rd: New file.
* ld-s390/tlspic.sd: New file.
* ld-s390/tlspic.td: New file.

21 years ago * ld-s390/s390.exp: New file.
sky [Fri, 24 Jan 2003 17:18:12 +0000 (17:18 +0000)]
* ld-s390/s390.exp: New file.
* ld-s390/tlsbin_64.dd: New file.
* ld-s390/tlsbin_64.rd: New file.
* ld-s390/tlsbin_64.s: New file.
* ld-s390/tlsbin_64.sd: New file.
* ld-s390/tlsbin_64.td: New file.
* ld-s390/tlsbin.dd: New file.
* ld-s390/tlsbinpic_64.s: New file.
* ld-s390/tlsbinpic.s: New file.
* ld-s390/tlsbin.rd: New file.
* ld-s390/tlsbin.s: New file.
* ld-s390/tlsbin.sd: New file.
* ld-s390/tlsbin.td: New file.
* ld-s390/tlslib_64.s: New file.
* ld-s390/tlslib.s: New file.
* ld-s390/tlspic1_64.s: New file.
* ld-s390/tlspic1.s: New file.
* ld-s390/tlspic2_64.s: New file.
* ld-s390/tlspic2.s: New file.
* ld-s390/tlspic_64.dd: New file.
* ld-s390/tlspic_64.rd: New file.
* ld-s390/tlspic_64.sd: New file.
* ld-s390/tlspic_64.td: New file.
* ld-s390/tlspic.dd: New file.
* ld-s390/tlspic.rd: New file.
* ld-s390/tlspic.sd: New file.
* ld-s390/tlspic.td: New file.

21 years ago * s390.h: Add s390 TLS relocations.
sky [Fri, 24 Jan 2003 17:15:29 +0000 (17:15 +0000)]
* s390.h: Add s390 TLS relocations.

21 years ago * config/tc-s390.c (s390_tls_suffix): New function.
sky [Fri, 24 Jan 2003 17:14:24 +0000 (17:14 +0000)]
* config/tc-s390.c (s390_tls_suffix): New function.
(elf_suffix_type): Add suffix enums for TLS relocations.
(s390_elf_suffix): Add suffix strings for TLS relocations.
(s390_elf_cons): Map new lenght/elf suffix combinations for TLS to
bfd relocations.
(md_gather_operands): Map new instruction operand/elf suffix
combinations for TLS to bfd relocations.
(tc_s390_fix_adjustable): Add new TLS relocations.
(tc_s390_force_relocation): Likewise.
(md_apply_fix3): Likewise.

21 years ago * bfd-in2.h: Regenerate.
sky [Fri, 24 Jan 2003 17:12:42 +0000 (17:12 +0000)]
* bfd-in2.h: Regenerate.
* elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
(elf_howto_table): Add TLS relocs.
(elf_s390_reloc_type_lookup): Likewise.
(elf_s390_link_hash_entry): Add tls_type.
(elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
New macros.
(elf_s390_link_hash_table): Add tls_ldm_got.
(link_hash_newfunc): Initialize tls_type.
(elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
(elf_s390_copy_indirect_symbol): Copy tls_type information.
(elf_s390_check_relocs): Support TLS relocs.
(elf_s390_gc_sweep_hook): Likewise.
(allocate_dynrelocs): Likewise.
(elf_s390_size_dynamic_sections): Likewise.
(elf_s390_relocate_section): Likewise.
(elf_s390_finish_dynamic_symbol): Likewise.
(bfd_elf32_mkobject): Define for TLS.
* elf64-s390.c: Same changes as for elf32-s390.c.
* libbfd.h: Regenerate.
* reloc.c: Add s390 TLS relocations.

21 years ago Fix name of --enable-install-libbfd switch.
nickc [Fri, 24 Jan 2003 16:50:24 +0000 (16:50 +0000)]
 Fix name of --enable-install-libbfd switch.

21 years agoAdd sh2e support
nickc [Fri, 24 Jan 2003 15:46:04 +0000 (15:46 +0000)]
Add sh2e support

21 years ago * libc/include/sys/unistd.h: Add setregid and setreuid declarations
corinna [Fri, 24 Jan 2003 15:25:24 +0000 (15:25 +0000)]
* libc/include/sys/unistd.h: Add setregid and setreuid declarations
for Cygwin.

21 years ago * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.
corinna [Fri, 24 Jan 2003 15:23:15 +0000 (15:23 +0000)]
* cygwin.din: Export setreuid32, setreuid, setregid32, setregid.
* syscalls.cc (setreuid32): New function.
(setreuid): Ditto.
(setregid32): Ditto.
(setregid): Ditto.
* include/cygwin/version.h: Bump API minor number.

21 years ago* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.
cgf [Fri, 24 Jan 2003 03:53:46 +0000 (03:53 +0000)]
* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.
* grp.cc (pwdgrp::parse_group): Eliminate arg and use class member instead.
Use next_str and next_int to parse arguments.
* passwd.cc (pwdgrp::parse_passwd): Ditto.
(grab_string): Eliminate.
(grab_int): Ditto.
* pwdgrp.h (pwdgrp::parse): Eliminate input arg.
(pwdgrp::parse_passwd): Reflect above change.
(pwdgrp::parse_group): Reflect above change.
(pwdgrp::next_str): New function.
(pwdgrp::next_int): Ditto.
(pwdgrp::gets): Eliminate.
* uinfo.cc (pwdgrp::next_str): New function.
(pwdgrp::next_int): Ditto.
(pwdgrp::add_line): Subsume gets.
(pwdgrp::gets): Eliminate.
(pwdgrp::load): Just call add_line to parse input buffer.

21 years agoAdd missing entry.
cgf [Fri, 24 Jan 2003 02:41:28 +0000 (02:41 +0000)]
Add missing entry.

21 years ago* libltp/include/usctest.h: Add externs to some variables that need it.
cgf [Fri, 24 Jan 2003 01:51:39 +0000 (01:51 +0000)]
* libltp/include/usctest.h: Add externs to some variables that need it.
* winsup.api/ltp/mmap05.c (main): Make file_content volatile to avoid
optimization glitch.

21 years ago* winsup.api/mmaptest03.c (main): Mark variables as volatile to avoid
cgf [Fri, 24 Jan 2003 01:41:30 +0000 (01:41 +0000)]
* winsup.api/mmaptest03.c (main): Mark variables as volatile to avoid
optimization induced problems.

21 years ago* Makefile (check): Add cygrun.exe dependency.
cgf [Fri, 24 Jan 2003 01:30:43 +0000 (01:30 +0000)]
* Makefile (check): Add cygrun.exe dependency.

21 years agoUpdate copyright date
amodra [Fri, 24 Jan 2003 01:12:30 +0000 (01:12 +0000)]
Update copyright date

21 years agoPerform more C warning fixup on all C source files and headers.
cgf [Fri, 24 Jan 2003 01:09:38 +0000 (01:09 +0000)]
Perform more C warning fixup on all C source files and headers.

21 years agoNo, really this time.
neroden [Fri, 24 Jan 2003 00:39:51 +0000 (00:39 +0000)]
No, really this time.

21 years ago*** empty log message ***
gdbadmin [Fri, 24 Jan 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * config/tc-hppa.h (DIFF_EXPR_OK): Define.
amodra [Thu, 23 Jan 2003 23:17:56 +0000 (23:17 +0000)]
* config/tc-hppa.h (DIFF_EXPR_OK): Define.
(MD_APPLY_SYM_VALUE): Move.

21 years ago* symfile.c (syms_from_objfile): Don't print the "(no debugging
jimb [Thu, 23 Jan 2003 23:17:28 +0000 (23:17 +0000)]
* symfile.c (syms_from_objfile): Don't print the "(no debugging
symbols found)" message here; we haven't checked for a separate
debug info file yet, so we don't know yet.
(symbol_file_add_with_addrs_or_offsets): Print it here, after
we've looked everywhere.  Also, there's no need to print a special
message when we're loading the separate debug info file: the one
symbol_file_add prints is fine.

21 years agogdb/ChangeLog:
jimb [Thu, 23 Jan 2003 23:03:31 +0000 (23:03 +0000)]
gdb/ChangeLog:
2003-01-23  Alexander Larsson <alexl@redhat.com>
    Jim Blandy  <jimb@redhat.com>

Add support for executables whose debug info has been separated
out into a separate file, leaving only a link behind.
* objfiles.h (struct objfile): New fields: separate_debug_objfile
and separate_debug_objfile_backlink.
(put_objfile_before): New declaration.
* symfile.c: #include "filenames.h".
(symbol_file_add_with_addrs_or_offsets): If this objfile has its
debug info in a separate file, read that, too. Save the addrs
argument, so we can use it again to read the separated debug info;
syms_from_objfile modifies the table we pass it.
(reread_symbols): After re-reading an objfile, call
reread_separate_symbols to refresh its separate debug info
objfile, if it has one.
(reread_separate_symbols, find_separate_debug_file,
get_debug_link_info, separate_debug_file_exists): New functions.
(debug_file_directory): New global var.
(_initialize_symfile): Initialize debug_file_directory, and
provide the new `set debug-file-directory' command to let the user
change it.
* objfiles.c (free_objfile): If this objfile has its debug info in
a separate objfile, free that one too.  If this is itself a
separate debug info objfile, clear our parent's backlink.
(put_objfile_before): New function.
* utils.c (gnu_debuglink_crc32): New function.
* defs.h (gnu_debuglink_crc32): New declaration.
* Makefile.in (symfile.o): Note dependency on "filenames.h".
* configure.in: Handle --with-separate-debug-dir config option.
* acinclude.m4 (AC_DEFINE_DIR): New macro.
* acconfig.h (DEBUGDIR): New macro.
* configure, aclocal.m4, config.in: Regenerated.

gdb/doc/ChangeLog:
2003-01-23  Jim Blandy  <jimb@redhat.com>

* gdb.texinfo (Separate Debug Files): New section.

21 years agodaily update
amodra [Thu, 23 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years ago * ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.
amodra [Thu, 23 Jan 2003 22:37:20 +0000 (22:37 +0000)]
* ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.
* ld-alpha/tlsbin.td: Likewise.
* ld-alpha/tlsbinr.sd: Likewise.

21 years ago2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Thu, 23 Jan 2003 22:33:55 +0000 (22:33 +0000)]
2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in: Revert previous change.
* configure: Regenerate.

21 years ago* libltp/include/test.h: Fix C warnings.
cgf [Thu, 23 Jan 2003 21:21:28 +0000 (21:21 +0000)]
* libltp/include/test.h: Fix C warnings.
* winsup.api/checksignal.c: Ditto.
* winsup.api/crlf.c: Ditto.
* winsup.api/devzero.c: Ditto.
* winsup.api/iospeed.c: Ditto.
* winsup.api/mmaptest01.c: Ditto.
* winsup.api/mmaptest02.c: Ditto.
* winsup.api/mmaptest03.c: Ditto.
* winsup.api/mmaptest04.c: Ditto.
* winsup.api/nullgetcwd.c: Ditto.
* winsup.api/sigchld.c: Ditto.
* winsup.api/signal-into-win32-api.c: Ditto.
* winsup.api/systemcall.c: Ditto.
* winsup.api/waitpid.c: Ditto.
* winsup.api/pthread/mainthreadexits.c: Ditto.
* winsup.api/pthread/test.h: Ditto.
* winsup.api/pthread/threadidafterfork.c: Ditto.
* Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.

21 years ago* Makeifle.in: Use ALL_CFLAGS to build test programs so that correct libraries
cgf [Thu, 23 Jan 2003 21:14:56 +0000 (21:14 +0000)]
* Makeifle.in: Use ALL_CFLAGS to build test programs so that correct libraries
and other options are used.

21 years ago * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
dannysmith [Thu, 23 Jan 2003 20:43:46 +0000 (20:43 +0000)]
* lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
Add stubs.
* include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
options.

21 years ago2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Thu, 23 Jan 2003 19:55:18 +0000 (19:55 +0000)]
2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in: Make rda native-only.
* configure: Regenerate.

21 years agoAdd SH2E support
nickc [Thu, 23 Jan 2003 18:50:55 +0000 (18:50 +0000)]
Add SH2E support

21 years ago * gas/s390/reloc.s: Add test for PLT reloc against locally defined
sky [Thu, 23 Jan 2003 17:34:38 +0000 (17:34 +0000)]
* gas/s390/reloc.s: Add test for PLT reloc against locally defined
but global function.
* gas/s390/reloc.d: Likewise.
* gas/s390/reloc64.s: Likewise.
* gas/s390/reloc64.d: Likewise.

21 years ago * symbols.c (S_FORCE_RELOC): Add "strict" param.
amodra [Thu, 23 Jan 2003 12:51:04 +0000 (12:51 +0000)]
* symbols.c (S_FORCE_RELOC): Add "strict" param.
* symbols.h (S_FORCE_RELOC): Likewise.
* config/obj-aout.h (S_FORCE_RELOC): Likewise.
* config/obj-bout.h (S_FORCE_RELOC): Likewise.
* config/obj-coff.h (S_FORCE_RELOC): Likewise.
* config/obj-ieee.h (S_FORCE_RELOC): Likewise.
* config/obj-vms.h (S_FORCE_RELOC): Likewise.
* write.c (generic_force_reloc): New function.
(TC_FORCE_RELOCATION): Use it here instead of S_FORCE_RELOC.
(TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
(adjust_reloc_syms): Adjust S_FORCE_RELOC call.
* as.h (generic_force_reloc): Declare.
* doc/internals.texi (S_FORCE_RELOC): Update.
(TC_FORCE_RELOCATION_SUB_SAME): Update.

* config/tc-alpha.c (alpha_force_relocation): Adjust to use
generic_force_reloc.
(alpha_fix_adjustable): Likewise.
* config/tc-arm.c (arm_force_relocation): Likewise.
* config/tc-cris.c (md_cris_force_relocation): Likewise.
* config/tc-frv.c (frv_force_relocation): Likewise.
* config/tc-i386.c (md_apply_fix3): Likewise.
* config/tc-ia64.c (ia64_force_relocation): Likewise.
* config/tc-ip2k.c (ip2k_force_relocation): Likewise.
* config/tc-m32r.c (m32r_force_relocation): Likewise.
* config/tc-m68hc11.c (tc_m68hc11_force_relocation): Likewise.
* config/tc-mcore.c (mcore_force_relocation): Likewise.
* config/tc-mips.c (mips_force_relocation): Likewise.
* config/tc-mmix.c (mmix_force_relocation): Likewise.
* config/tc-ppc.c (ppc_force_relocation): Likewise.
* config/tc-s390.c (tc_s390_force_relocation): Likewise.
* config/tc-sh.c (sh_force_relocation): Likewise.
(md_pcrel_from_section): Likewise.
* config/tc-sparc.c (tc_gen_reloc): Likewise.
* config/tc-v850.c (v850_force_relocation): Likewise.
* config/tc-xstormy16.c (xstormy16_force_relocation): Likewise.
* config/tc-i386.h (TC_FORCE_RELOCATION): Likewise.
* config/tc-mcore.h (TC_FORCE_RELOCATION): Likewise.
* config/tc-sparc.h (tc_fix_adjustable): Likewise.

* config/tc-d10v.c (d10v_force_relocation): Delete.
* config/tc-d10v.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-dlx.c (md_dlx_force_relocation): Delete.
* config/tc-dlx.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-fr30.c (fr30_force_relocation): Delete.
* config/tc-fr30.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-mn10300.c (mn10300_force_relocation): Delete.
* config/tc-mn10300.h (TC_FORCE_RELOCATION): Don't define.
(TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
* config/tc-i960.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.
* config/tc-hppa.c (hppa_force_relocation): Adjust S_FORCE_RELOC call.
* config/tc-mips.c (RELAX_BRANCH_TOOFAR): Warning fix.
* config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Don't define.
* config/tc-openrisc.c (openrisc_force_relocation): Delete.
* config/tc-openrisc.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-sparc.c (elf32_sparc_force_relocation): Delete.
* config/tc-sparc.h (TC_FORCE_RELOCATION): Don't define for ELF.
* config/tc-i386.c (i386_force_relocation): Delete.
* config/tc-i386.h (TC_FORCE_RELOCATION): Don't define for
BFD_ASSEMBLER.
(EXTERN_FORCE_RELOC): Fix TE_PE and STRICT_PE_FORMAT nesting.
* config/tc-m68k.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-pj.h (TC_FORCE_RELOCATION): Don't define.
* config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Don't call
S_FORCE_RELOC.
(TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
* config/tc-sh64.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.

21 years agoinclude/elf/ChangeLog
amodra [Thu, 23 Jan 2003 11:51:31 +0000 (11:51 +0000)]
include/elf/ChangeLog
* sh.h: Split out various bits to bfd/elf32-sh64.h.

include/opcode/ChangeLog
* m68hc11.h (cpu6812s): Define.

bfd/ChangeLog
* elf-bfd.h (struct bfd_elf_section_data): Remove tdata.  Change
dynindx to an int.  Rearrange for better packing.
* elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
* elf32-mips.c (bfd_elf32_new_section_hook): Define.
* elf32-sh64.h: New.  Split out from include/elf/sh.h.
(struct _sh64_elf_section_data): New struct.
(sh64_elf_section_data): Don't dereference sh64_info (was tdata).
* elf32-sh64-com.c: Include elf32-sh64.h.
* elf32-sh64.c: Likewise.
(sh64_elf_new_section_hook): New function.
(bfd_elf32_new_section_hook): Define.
(sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
(sh64_bfd_elf_copy_private_section_data): Likewise.
(sh64_elf_final_write_processing): Likewise.
* elf32-sparc.c (struct elf32_sparc_section_data): New.
(elf32_sparc_new_section_hook): New function.
(SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
(sec_do_relax): Define.
(elf32_sparc_relax_section): Adjust to use sec_do_relax.
(elf32_sparc_relocate_section): Likewise.
* elf64-mips.c (bfd_elf64_new_section_hook): Define.
* elf64-mmix.c (struct _mmix_elf_section_data): New.
(mmix_elf_section_data): Define.  Use throughout file.
(mmix_elf_new_section_hook): New function.
(bfd_elf64_new_section_hook): Define.
* elf64-ppc.c (struct _ppc64_elf_section_data): New.
(ppc64_elf_section_data): Define.  Use throughout.
(ppc64_elf_new_section_hook): New function.
(bfd_elf64_new_section_hook): Define.
* elf64-sparc.c (struct sparc64_elf_section_data): New.
(sparc64_elf_new_section_hook): New function.
(SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
(sec_do_relax): Define.
(sparc64_elf_relax_section): Adjust to use sec_do_relax.
(sparc64_elf_relocate_section): Likewise.
(bfd_elf64_new_section_hook): Define.
* elfn32-mips.c (bfd_elf32_new_section_hook): Define.
* elfxx-mips.c (struct _mips_elf_section_data): New.
(mips_elf_section_data): Define.  Use throughout.
(_bfd_mips_elf_new_section_hook): New function.
(mips_elf_create_got_section): Don't alloc used_by_bfd.
* elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
* elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

opcodes/ChangeLog
* sh64-dis.c: Include elf32-sh64.h.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

gas/ChangeLog
* config/tc-sh64.c (shmedia_frob_section_type): Adjust for changed
sh64_elf_section_data.
* config/tc-sh64.h: Include elf32-sh64.h.
* config/tc-m68hc11.c: Don't include stdio.h.
(md_show_usage): Fix missing continuation.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

ld/ChangeLog
* emultempl/sh64elf.em: Include elf32-sh64.h.
(sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
sh64_elf_section_data.
(sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.

21 years agoRemove an extra "i" in --dll-search-prefix.
nickc [Thu, 23 Jan 2003 09:30:43 +0000 (09:30 +0000)]
Remove an extra "i" in --dll-search-prefix.
Move a cross-80th-column-margin "an" to the next line.

21 years ago* symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
jimb [Thu, 23 Jan 2003 08:06:36 +0000 (08:06 +0000)]
* symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
like the old symbol_file_add, but taking new arguments: you can
now pass in either a `struct section_addr_info' list to say where
each section is loaded, or a `struct section_offsets' table.  Pass
these new arguments through to syms_from_objfile as appropriate.
(symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
with the appropriate quiescent values for the new arguments.

21 years ago* symfile.c: #include "gdb_assert.h".
jimb [Thu, 23 Jan 2003 07:30:17 +0000 (07:30 +0000)]
* symfile.c: #include "gdb_assert.h".
(syms_from_objfile): Add the ability to pass in a section offset
table directly, as an alternative to the section_addr_info table.
Document arguments better.
(symbol_file_add): Pass extra arguments to syms_from_objfile.
* symfile.h (syms_from_objfile): Update declaration.
* rs6000-nat.c (objfile_symbol_add): Pass new arguments to
syms_from_objfile.
* Makefile.in (symfile.o): List dependency on $(gdb_assert_h).

21 years ago * linux-target.c (struct peekuser_pokeuser_reginfo)
kevinb [Thu, 23 Jan 2003 06:40:07 +0000 (06:40 +0000)]
* linux-target.c (struct peekuser_pokeuser_reginfo)
[MIPS64_LINUX_TARGET, MIPS_LINUX_TARGET]: Disable registers ``cause''
and ``bad'' since they are not writable via ptrace().

21 years ago * gdb.exp (gdb_test_multiple): New function, cloned from
drow [Thu, 23 Jan 2003 01:35:21 +0000 (01:35 +0000)]
* gdb.exp (gdb_test_multiple): New function, cloned from
gdb_test.  Accept a list of expect arguments as the third
parameter.
(gdb_test): Use it.

21 years ago*** empty log message ***
gdbadmin [Thu, 23 Jan 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago Original patch by Tom Tromey <tromey@cygnus.com> and
drow [Wed, 22 Jan 2003 23:50:34 +0000 (23:50 +0000)]
Original patch by Tom Tromey <tromey@cygnus.com> and
Jason Molenda <jmolenda@apple.com>.
* Makefile.in (PROFILE_CFLAGS): Substitute from configure.
(INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
* NEWS: Mention profiling.
* configure.in (--enable-gdbtk): Fix typo.
(--enable-profiling): New.  Set PROFILE_CFLAGS.
* maint.c (maintenance_set_profile_cmd): Remove NOTYET.
Fill in function.
(profiling_state): New variable.
(mcleanup_wrapper): New function.
(_initialize_maint): Remove NOTYET, fix call to
add_setshow_boolean_cmd for "maint set profile".
* configure: Regenerated.

21 years ago * gdb.texinfo (Maintenance Commands): Add "maint set profile"
drow [Wed, 22 Jan 2003 23:50:13 +0000 (23:50 +0000)]
* gdb.texinfo (Maintenance Commands): Add "maint set profile"
and "maint show profile".

21 years agodaily update
amodra [Wed, 22 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years ago* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex...
tpfaff [Wed, 22 Jan 2003 19:51:31 +0000 (19:51 +0000)]
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex patch.
(PTHREAD_MUTEX_ERRORCHECK): Ditto.

21 years ago* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex...
tpfaff [Wed, 22 Jan 2003 19:49:28 +0000 (19:49 +0000)]
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09 mutex patch.
(PTHREAD_MUTEX_ERRORCHECK): Ditto.

21 years ago * Makefile.in (ALL_LDFLAGS): Remove newlib/libm from tools paths.
corinna [Wed, 22 Jan 2003 17:15:53 +0000 (17:15 +0000)]
* Makefile.in (ALL_LDFLAGS): Remove newlib/libm from tools paths.
(MINGW_LDFLAGS): Remove in favor of definition from Makefile.common.

21 years ago * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.
corinna [Wed, 22 Jan 2003 17:10:02 +0000 (17:10 +0000)]
* Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.

21 years ago * cygrun.c: Move from here to ../testsuite.
corinna [Wed, 22 Jan 2003 15:23:23 +0000 (15:23 +0000)]
* cygrun.c: Move from here to ../testsuite.
* Makefile.in: Remove cygrun.exe dependencies.

21 years ago * cygrun.c: Move here from ../cygwin.
corinna [Wed, 22 Jan 2003 15:18:58 +0000 (15:18 +0000)]
* cygrun.c: Move here from ../cygwin.
* Makefile.in: Build cygrun.exe.
* winsup.api/winsup.exp: Expect cygrun.exe in $rootme.

21 years ago * cygwin.din: Export nanosleep().
corinna [Wed, 22 Jan 2003 10:43:38 +0000 (10:43 +0000)]
* cygwin.din: Export nanosleep().
* signal.cc (nanosleep): New function.
(sleep): Move old functionality to nanosleep().  Call nanosleep().
(usleep): Remove old functionality.  Call nanosleep().
* include/cygwin/version.h: Bump API minor number.

21 years agoInclude fopen-bin.h not fopen-same.h for mingw32 hosts.
nickc [Wed, 22 Jan 2003 10:10:25 +0000 (10:10 +0000)]
Include fopen-bin.h not fopen-same.h for mingw32 hosts.

21 years ago* Makefile.in: Find tcl library in the right place.
cgf [Wed, 22 Jan 2003 03:58:28 +0000 (03:58 +0000)]
* Makefile.in: Find tcl library in the right place.

21 years ago* Makefile.in: Find tcl library in the right place.
cgf [Wed, 22 Jan 2003 03:57:52 +0000 (03:57 +0000)]
* Makefile.in: Find tcl library in the right place.

21 years ago * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
rth [Wed, 22 Jan 2003 00:47:57 +0000 (00:47 +0000)]
    * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
        (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
        (elf64_alpha_adjust_dynamic_symbol): Set them.
        (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
        (elf64_alpha_relax_tls_get_addr): Handle LDM relocs.  Frob the
        symbol index when relaxing LDM to TPREL.
        (elf64_alpha_relax_section): Likewise.  Allow relaxation of GD
        relocs, even if the target isn't locally defined.
        (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
        (elf64_alpha_relocate_section): Likewise.  Force TP-relative
        relocs vs symndx 0 to the tp base.

21 years agoNew TLS tests for Alpha.
rth [Wed, 22 Jan 2003 00:41:58 +0000 (00:41 +0000)]
New TLS tests for Alpha.

21 years ago*** empty log message ***
gdbadmin [Wed, 22 Jan 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years agodaily update
amodra [Tue, 21 Jan 2003 23:00:06 +0000 (23:00 +0000)]
daily update

21 years agoAccidently removed.
hunt [Tue, 21 Jan 2003 22:47:09 +0000 (22:47 +0000)]
Accidently removed.

21 years agoAccidently removed in last import.
hunt [Tue, 21 Jan 2003 22:29:36 +0000 (22:29 +0000)]
Accidently removed in last import.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:58:33 +0000 (21:58 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>
* library/main.tcl: Don't require iwidgets 3.0.

* library/console.itb (Console::_build_win): Rename
tkTextClosestGap to tk::TextClosestGap. Rename tkCancelRepeat
to tk::CancelRepeat. Rename tkPriv to tk::Priv. Needed for tk 8.4.1.

* library/bpwin.itb (BpWin::build_win): Don't
create sizebox.
* library/locals.tcl (build_win): Ditto.
* library/regwin.itb (RegWin::_build_win): Ditto.
* library/srcwin.itb (SrcWin::constructor): Ditto.
* library/stackwin.itb (StackWin::build_win): Ditto.
* library/watch.tcl (build_win): Ditto.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:58:20 +0000 (21:58 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>
* library/main.tcl: Don't require iwidgets 3.0.

* library/console.itb (Console::_build_win): Rename
tkTextClosestGap to tk::TextClosestGap. Rename tkCancelRepeat
to tk::CancelRepeat. Rename tkPriv to tk::Priv. Needed for tk 8.4.1.

* library/bpwin.itb (BpWin::build_win): Don't
create sizebox.
* library/locals.tcl (build_win): Ditto.
* library/regwin.itb (RegWin::_build_win): Ditto.
* library/srcwin.itb (SrcWin::constructor): Ditto.
* library/stackwin.itb (StackWin::build_win): Ditto.
* library/watch.tcl (build_win): Ditto.

21 years ago2003-01-21 Martin M. Hunt <hunt@redhat.com>
hunt [Tue, 21 Jan 2003 21:58:09 +0000 (21:58 +0000)]
2003-01-21  Martin M. Hunt  <hunt@redhat.com>
* library/main.tcl: Don't require iwidgets 3.0.

* library/console.itb (Console::_build_win): Rename
tkTextClosestGap to tk::TextClosestGap. Rename tkCancelRepeat
to tk::CancelRepeat. Rename tkPriv to tk::Priv. Needed for tk 8.4.1.

* library/bpwin.itb (BpWin::build_win): Don't
create sizebox.
* library/locals.tcl (build_win): Ditto.
* library/regwin.itb (RegWin::_build_win): Ditto.
* library/srcwin.itb (SrcWin::constructor): Ditto.
* library/stackwin.itb (StackWin::build_win): Ditto.
* library/watch.tcl (build_win): Ditto.