OSDN Git Service

pf3gnuchains/sourceware.git
21 years ago * source.c (openp): Squelch warning about "filename".
drow [Mon, 13 Jan 2003 20:26:13 +0000 (20:26 +0000)]
* source.c (openp): Squelch warning about "filename".

21 years agoUpdate copyright year.
drow [Mon, 13 Jan 2003 20:12:57 +0000 (20:12 +0000)]
Update copyright year.

21 years ago * source.c (openp): If the file does not exist don't necessarily
drow [Mon, 13 Jan 2003 20:11:46 +0000 (20:11 +0000)]
* source.c (openp): If the file does not exist don't necessarily
search the path.

21 years agoUpdate copyright years.
drow [Mon, 13 Jan 2003 20:09:33 +0000 (20:09 +0000)]
Update copyright years.

21 years ago Fix PR gdb/872.
drow [Mon, 13 Jan 2003 20:08:56 +0000 (20:08 +0000)]
Fix PR gdb/872.
* gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
(integer_types_same_name_p): New function.
(rank_one_type): Use it.
* stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.

21 years ago * gdb.c++/overload.exp: Remove some fixed XFAILs.
drow [Mon, 13 Jan 2003 20:08:15 +0000 (20:08 +0000)]
* gdb.c++/overload.exp: Remove some fixed XFAILs.

21 years ago * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
drow [Mon, 13 Jan 2003 18:00:15 +0000 (18:00 +0000)]
* Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
variables.
(main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
* configure.in: Add --with-sysroot.
* configure: Regenerated.
* main.c (gdb_sysroot): New variable.
(captured_main): Initialize gdb_sysroot.
* defs.h (gdb_sysroot): New extern declaration.
* solib.c (_initialize_solib): Initialize solib_absolute_prefix.

21 years ago * gdb.texinfo (Files): Document solib-absolute-prefix and
drow [Mon, 13 Jan 2003 17:59:49 +0000 (17:59 +0000)]
* gdb.texinfo (Files): Document solib-absolute-prefix and
solib-search-path.

21 years agoChange EM_MSP430 value to new, officially assigned number.
nickc [Mon, 13 Jan 2003 16:37:47 +0000 (16:37 +0000)]
Change EM_MSP430 value to new, officially assigned number.

21 years ago* ntdll.h: Fix typo.
cgf [Mon, 13 Jan 2003 03:54:59 +0000 (03:54 +0000)]
* ntdll.h: Fix typo.

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

21 years agodaily update
amodra [Sun, 12 Jan 2003 23:00:04 +0000 (23:00 +0000)]
daily update

21 years ago2003-01-12 Michael Chastain <mec@shout.net>
chastain [Sun, 12 Jan 2003 22:55:51 +0000 (22:55 +0000)]
2003-01-12  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.

21 years ago2003-01-12 Michael Chastain <mec@shout.net>
chastain [Sun, 12 Jan 2003 22:55:27 +0000 (22:55 +0000)]
2003-01-12  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.

21 years ago2003-01-12 Michael Chastain <mec@shout.net>
chastain [Sun, 12 Jan 2003 21:38:14 +0000 (21:38 +0000)]
2003-01-12  Michael Chastain  <mec@shout.net>

* top.c (print_gdb_version): Bump copyright year to 2003.

21 years ago2003-01-12 David Carlton <carlton@bactrian.org>
carlton [Sun, 12 Jan 2003 20:55:32 +0000 (20:55 +0000)]
2003-01-12  David Carlton  <carlton@bactrian.org>

* linespec.c (symtab_from_filename): Rename variable 's' to
'file_symtab'.

21 years ago2003-01-12 Andrew Cagney <ac131313@redhat.com>
cagney [Sun, 12 Jan 2003 19:25:38 +0000 (19:25 +0000)]
2003-01-12  Andrew Cagney  <ac131313@redhat.com>

* d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
dummy frame.
(d10v_frame_saved_pc, d10v_frame_chain): Ditto.

21 years ago2003-01-12 Andrew Cagney <ac131313@redhat.com>
cagney [Sun, 12 Jan 2003 18:59:53 +0000 (18:59 +0000)]
2003-01-12  Andrew Cagney  <ac131313@redhat.com>

* d10v-tdep.c: Include "gdb_assert.h".
(d10v_store_return_value): Rewrite to match current interface.
(d10v_extract_struct_value_address): Ditto.
(d10v_extract_return_value): Ditto.
(d10v_gdbarch_init): Set store_restore_value,
extract_struct_value_address and extract_return_value.

21 years ago * hpread.c (set_namestring): New procedure replacing the
brobecke [Sun, 12 Jan 2003 11:49:14 +0000 (11:49 +0000)]
    * hpread.c (set_namestring): New procedure replacing the
        SET_NAMESTRING macro.
        (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
        by calls to set_namestring.

21 years ago * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.
corinna [Sun, 12 Jan 2003 11:45:54 +0000 (11:45 +0000)]
* uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.

21 years ago * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.
corinna [Sun, 12 Jan 2003 11:38:50 +0000 (11:38 +0000)]
* sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.
(setacl): Start the search for a matching default at the next entry.
Invalidate the type of merged entries instead of clearing it.
Use well_known_creator for default owner and owning group and do
not try to merge non-default and default entries in these cases.
(getacl): Recognize well_known_creator for default owner and group.
(acl_worker): Improve errno settings and streamline the nontsec case.
* security.cc (write_sd): Remove the call to set_process_privilege.
(alloc_sd): If the owner changes, call set_process_privilege and return
immediately on failure. Change inheritance rules: on new directories add
inherit only allow ACEs for creator_owner, creator_group and everyone.
Preserve all inheritances through chmod and chown calls. Introduce
isownergroup to implement the uid == gid case, to keep the inheritance
code simple. Do not initialize owner_sid and group_sid and stop using
the variable psd.

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

21 years agodaily update
amodra [Sat, 11 Jan 2003 23:00:03 +0000 (23:00 +0000)]
daily update

21 years ago * mingwex/math/llround.c: Correct function name and
dannysmith [Sat, 11 Jan 2003 10:52:19 +0000 (10:52 +0000)]
* mingwex/math/llround.c: Correct function name and
change return value to long long.

21 years ago * read.c (get_absolute_expr): New, split out from..
amodra [Sat, 11 Jan 2003 06:24:11 +0000 (06:24 +0000)]
* read.c (get_absolute_expr): New, split out from..
(get_absolute_expression): ..here.
* read.h (get_absolute_expr): Declare.
* config/obj-elf.c (elf_common): Use offsetT for "temp" and "size".
Trim size to arch bits_per_address, and test for negative input
via get_absolute_expr.

21 years ago * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
dannysmith [Sat, 11 Jan 2003 06:06:45 +0000 (06:06 +0000)]
* include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.

21 years ago * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
dannysmith [Sat, 11 Jan 2003 04:08:15 +0000 (04:08 +0000)]
* include/accctrl.h (enum _SE_OBJECT_TYPE): Add
SE_REGISTRY_WOW64_32KEY.

21 years ago * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
dannysmith [Sat, 11 Jan 2003 03:43:13 +0000 (03:43 +0000)]
* include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
(tagNMHDDISPINFO[AW}: Add structures and typedefs.

21 years ago * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
brobecke [Sat, 11 Jan 2003 02:13:22 +0000 (02:13 +0000)]
   * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
       a compilation warning.
       (hpread_process_one_debug_symbol): Likewise.

21 years ago* net.cc: Use gethostname define from winsock2.h.
cgf [Sat, 11 Jan 2003 01:29:18 +0000 (01:29 +0000)]
* net.cc: Use gethostname define from winsock2.h.

21 years ago* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
cgf [Sat, 11 Jan 2003 01:28:36 +0000 (01:28 +0000)]
* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.

21 years ago2003-01-10 David Carlton <carlton@math.stanford.edu>
carlton [Sat, 11 Jan 2003 01:01:03 +0000 (01:01 +0000)]
2003-01-10  David Carlton  <carlton@math.stanford.edu>

* linespec.c (decode_line_1): Rename variable 's' to
'file_symtab'.
(decode_all_digits): Rename argument 's' to 'file_symtab'.
(decode_dollar): Ditto.
(decode_variable): Ditto.
(symbol_found): Ditto.

21 years ago2003-01-09 Michael Chastain <mec@shout.net>
chastain [Sat, 11 Jan 2003 00:43:53 +0000 (00:43 +0000)]
2003-01-09  Michael Chastain  <mec@shout.net>

From Chet Ramey, <chet@po.cwru.edu>, the readline maintainer:
* display.c: Fix perverse screen refresh with UTF-8.

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

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

21 years ago2003-01-09 Michael Chastain <mec@shout.net>
chastain [Fri, 10 Jan 2003 22:51:57 +0000 (22:51 +0000)]
2003-01-09  Michael Chastain  <mec@shout.net>

* gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
(Create a Release): Add new instructions for new @file{src-release}.
Document existing instructions for @file{Makefile.in} as
being for @value{GDBN} 5.3.1 or earlier.

21 years ago * Makefile.in: Regenerate using "automake --cygnus --ignore-deps".
kevinb [Fri, 10 Jan 2003 22:29:56 +0000 (22:29 +0000)]
* Makefile.in: Regenerate using "automake --cygnus --ignore-deps".
Someday, when ``depcomp'' is added to the top level, the
--ignore-deps flag can be discarded.

21 years ago * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
neroden [Fri, 10 Jan 2003 21:43:31 +0000 (21:43 +0000)]
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
* Makefile.in: Regenerate.
* configure: Regenerate.

21 years ago* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path
cgf [Fri, 10 Jan 2003 21:24:03 +0000 (21:24 +0000)]
* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path
part.

21 years ago2003-01-09 Michael Chastain <mec@shout.net>
chastain [Fri, 10 Jan 2003 20:55:04 +0000 (20:55 +0000)]
2003-01-09  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.

21 years ago2003-01-09 Michael Chastain <mec@shout.net>
chastain [Fri, 10 Jan 2003 20:52:48 +0000 (20:52 +0000)]
2003-01-09  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.

21 years ago * path.cc: Revert patch from 2003-01-09 to normalize a windows path
corinna [Fri, 10 Jan 2003 20:25:47 +0000 (20:25 +0000)]
* path.cc: Revert patch from 2003-01-09 to normalize a windows path
rather than converting to posix.

21 years ago * win32-nat.c (set_process_privilege): New function.
corinna [Fri, 10 Jan 2003 20:14:00 +0000 (20:14 +0000)]
* win32-nat.c (set_process_privilege): New function.
(child_attach): Call set_process_privilege() to enable the
SE_DEBUG_NAME user privilege if available in process token.

21 years ago * hpread.c (hpread_process_one_debug_symbol): Fix a small
brobecke [Fri, 10 Jan 2003 15:39:10 +0000 (15:39 +0000)]
    * hpread.c (hpread_process_one_debug_symbol): Fix a small
        compilation error in the previous revision.

21 years ago * autoload.cc (gethostname): Make call optional, return 1 if function
corinna [Fri, 10 Jan 2003 12:55:46 +0000 (12:55 +0000)]
* autoload.cc (gethostname): Make call optional, return 1 if function
can't get loaded.
* net.cc (cygwin_gethostname): Call GetComputerName if return value
of gethostname is non-zero.

21 years ago Split ChangeLog, create ChangeLog-2002.
corinna [Fri, 10 Jan 2003 12:32:45 +0000 (12:32 +0000)]
Split ChangeLog, create ChangeLog-2002.
Fix copyright dates.

21 years ago * cygwin.din: add asprintf and vasprintf, as well as the reentrant
corinna [Fri, 10 Jan 2003 12:19:14 +0000 (12:19 +0000)]
* cygwin.din: add asprintf and vasprintf, as well as the reentrant
versions and underscore variants.
* include/cygwin/version.h: bump CYGWIN_VERSION_API_MINOR.

21 years ago * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.
corinna [Fri, 10 Jan 2003 11:58:52 +0000 (11:58 +0000)]
* net.cc (cygwin_gethostname): Fix call to wsock function gethostname.

21 years ago * setfacl (usage): Remove double ":" for mask and other.
corinna [Fri, 10 Jan 2003 11:39:19 +0000 (11:39 +0000)]
* setfacl (usage): Remove double ":" for mask and other.

21 years ago2003-01-10 Ben Elliston <bje@redhat.com>
bje [Fri, 10 Jan 2003 05:27:17 +0000 (05:27 +0000)]
2003-01-10  Ben Elliston  <bje@redhat.com>

* README.Cygnus: Rename from this ..
* README: .. to this.

21 years ago* remove duplicated entry from 2002-05-17 on 2002-05-20.
bje [Fri, 10 Jan 2003 04:51:58 +0000 (04:51 +0000)]
* remove duplicated entry from 2002-05-17 on 2002-05-20.
* s/SWI_TARGET_SWITCHES/SIM_TARGET_SWITCHES/.

21 years agomerge from gcc
dj [Fri, 10 Jan 2003 03:27:25 +0000 (03:27 +0000)]
merge from gcc

21 years ago* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.
cgf [Fri, 10 Jan 2003 03:13:44 +0000 (03:13 +0000)]
* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.
* miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what
we're currently running at.

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

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

21 years ago * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
amodra [Thu, 9 Jan 2003 22:51:36 +0000 (22:51 +0000)]
* elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.  PLTGOT16_HA too.

21 years ago2003-01-09 David Carlton <carlton@math.stanford.edu>
carlton [Thu, 9 Jan 2003 21:34:11 +0000 (21:34 +0000)]
2003-01-09  David Carlton  <carlton@math.stanford.edu>

* linespec.c: Update copyright.

21 years ago2003-01-09 Chris Demetriou <cgd@broadcom.com>
cgd [Thu, 9 Jan 2003 21:26:53 +0000 (21:26 +0000)]
2003-01-09  Chris Demetriou  <cgd@broadcom.com>

        * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
        order, and handle (ignore) -mips32r2.

21 years agoApply pthread_types_patch
tpfaff [Thu, 9 Jan 2003 21:14:30 +0000 (21:14 +0000)]
Apply pthread_types_patch

21 years agoRoll ChangeLog / ChangeLog-2002.
cagney [Thu, 9 Jan 2003 21:08:43 +0000 (21:08 +0000)]
Roll ChangeLog / ChangeLog-2002.

21 years agoApply pthread_cancel_patch
tpfaff [Thu, 9 Jan 2003 20:57:53 +0000 (20:57 +0000)]
Apply pthread_cancel_patch

21 years agoAdd pthread_mutex tests
tpfaff [Thu, 9 Jan 2003 20:51:55 +0000 (20:51 +0000)]
Add pthread_mutex tests

21 years ago* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
dj [Thu, 9 Jan 2003 20:50:24 +0000 (20:50 +0000)]
* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
* Makefile.in: Regenerate.

21 years agoApplied pthread_mutex patch
tpfaff [Thu, 9 Jan 2003 20:50:20 +0000 (20:50 +0000)]
Applied pthread_mutex patch

21 years ago* configure.in: Remove Makefile in build, host and target modules
aoliva [Thu, 9 Jan 2003 20:45:29 +0000 (20:45 +0000)]
* configure.in: Remove Makefile in build, host and target modules
unless configure was run with --no-recursion.
* configure: Rebuilt.

21 years agoApplied cond_init patch
tpfaff [Thu, 9 Jan 2003 20:40:43 +0000 (20:40 +0000)]
Applied cond_init patch

21 years ago * gdb.base/detach.exp: New test.
drow [Thu, 9 Jan 2003 19:18:02 +0000 (19:18 +0000)]
* gdb.base/detach.exp: New test.

21 years ago * lin-lwp.c (child_wait): Ignore exit statuses for processes other
drow [Thu, 9 Jan 2003 19:14:44 +0000 (19:14 +0000)]
* lin-lwp.c (child_wait): Ignore exit statuses for processes other
than inferior_ptid.
(lin_lwp_wait): Ignore exit statuses for unknown LWPs.

21 years ago2003-01-09 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 9 Jan 2003 18:53:19 +0000 (18:53 +0000)]
2003-01-09  Andrew Cagney  <ac131313@redhat.com>

* frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
Update comments.
* frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
(frame_saved_regs_zalloc): Update.
(frame_saved_regs_register_unwind): Update.
(create_new_frame): Update.
(get_prev_frame): Update.
(frame_extra_info_zalloc): Update.
(deprecated_get_frame_saved_regs): Update.
* dwarf2cfi.c (cfi_init_extra_frame_info): Update.
* cris-tdep.c: Update comment.

21 years ago * Makefile.in (ALL_SUBDIRS): New variable.
drow [Thu, 9 Jan 2003 18:50:20 +0000 (18:50 +0000)]
* Makefile.in (ALL_SUBDIRS): New variable.
(subdirs, clean, distclean): Use it.
* gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
regenerating Makefile, since it is generated from the top level.
* gdb.asm/Makefile.in: Likewise.
* gdb.base/Makefile.in: Likewise.
* gdb.c++/Makefile.in: Likewise.
* gdb.disasm/Makefile.in: Likewise.
* gdb.java/Makefile.in: Likewise.
* gdb.mi/Makefile.in: Likewise.
* gdb.threads/Makefile.in: Likewise.
* gdb.trace/Makefile.in: Likewise.

21 years ago2003-01-09 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 9 Jan 2003 18:46:02 +0000 (18:46 +0000)]
2003-01-09  Andrew Cagney  <ac131313@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Mention
frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
allocate memory.

21 years ago2003-01-09 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 9 Jan 2003 18:30:30 +0000 (18:30 +0000)]
2003-01-09  Andrew Cagney  <ac131313@redhat.com>

* somsolib.h: Fix function indentation.
* disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
* gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
* demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
* alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
* somsolib.c, inftarg.c: Remove assignment in if conditional.

21 years ago* build fix
fche [Thu, 9 Jan 2003 18:14:56 +0000 (18:14 +0000)]
* build fix

2003-01-09  Frank Ch. Eigler  <fche@redhat.com>

        * tracedis.cxx (bfd_{get,put}_bits): Use int, not obsolete bfd
        boolean type.

21 years ago2003-01-09 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 9 Jan 2003 18:03:32 +0000 (18:03 +0000)]
2003-01-09  Andrew Cagney  <ac131313@redhat.com>

* infrun.c (follow_fork): Use ISO C definition.
* expprint.c (print_subexp): Use xfree instead of free.
* charset.c: Include "gdb_string.h" instead of <string.h>.
(register_iconv_charsets): Use ISO C definition.
(host_charset, target_charset): Ditto.
* Makefile.in (charset.o): Update dependencies.
(mi-cmd-env.o): Update dependencies.

Index: mi/ChangeLog
2003-01-09  Andrew Cagney  <ac131313@redhat.com>

* mi-cmd-env.c: Include "gdb_string.h" instead of <string.h>.
Move all includes to after "defs.h".

21 years ago * fhandler_disk_file.cc (num_entries): Return 2 as link count if
corinna [Thu, 9 Jan 2003 17:15:43 +0000 (17:15 +0000)]
* fhandler_disk_file.cc (num_entries): Return 2 as link count if
directory unreadable.

21 years ago2003-01-09 David Carlton <carlton@math.stanford.edu>
carlton [Thu, 9 Jan 2003 17:10:39 +0000 (17:10 +0000)]
2003-01-09  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
Add copyright year 2003.

21 years ago2003-01-09 David Carlton <carlton@math.stanford.edu>
carlton [Thu, 9 Jan 2003 17:10:11 +0000 (17:10 +0000)]
2003-01-09  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
Add copyright year 2003.

21 years ago * ldmain.c (main): Make sure ld_sysroot is initialized.
drow [Thu, 9 Jan 2003 16:40:12 +0000 (16:40 +0000)]
* ldmain.c (main): Make sure ld_sysroot is initialized.

21 years agomerge from gcc
dj [Thu, 9 Jan 2003 14:39:43 +0000 (14:39 +0000)]
merge from gcc

21 years ago * security.cc (get_nt_attribute): Always return -1 when read_sd()
corinna [Thu, 9 Jan 2003 11:44:17 +0000 (11:44 +0000)]
* security.cc (get_nt_attribute): Always return -1 when read_sd()
fails.
(get_file_attribute): Set permissions to 0 and owner/group to -1
if security descriptor is unreadable.

21 years ago2002-01-08 Klee Dienes <kdienes@apple.com>
kdienes [Thu, 9 Jan 2003 08:35:27 +0000 (08:35 +0000)]
2002-01-08  Klee Dienes  <kdienes@apple.com>

        * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
        (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
        * Makefile.in: Regenerate.

21 years ago2003-01-08 Klee Dienes <kdienes@apple.com>
kdienes [Thu, 9 Jan 2003 08:32:26 +0000 (08:32 +0000)]
2003-01-08  Klee Dienes  <kdienes@apple.com>

        * Makefile.am (ALL_MACHINES): Add msp430-dis.lo.
        * Makefile.in: Regenerate.

21 years agoUse isdirsep rather than SLASH_P throughout.
cgf [Thu, 9 Jan 2003 08:22:04 +0000 (08:22 +0000)]
Use isdirsep rather than SLASH_P throughout.
* path.cc (iscygdrive): Disallow /cygdrive\x.
(normalize_posix_path): "Normalize" a windows path, if detected, rather than
converting to posix.
* fhandler_serial.cc (fhandler_serial::tcsetattr): Add support and capability
checking for B230400 bitrate.
(fhandler_serial::tcgetattr): Add support for B230400 bitrate.
* include/sys/termios.h: Add B230400 definition for Posix support of 230.4Kbps.

21 years ago* new simulator mainline
bje [Thu, 9 Jan 2003 04:22:50 +0000 (04:22 +0000)]
* new simulator mainline

2002-05-30  Frank Ch. Eigler  <fche@redhat.com>

* mainDynamic.cxx (main): Add new "--rc" option to control passing
cfgroot stop-code as sid process exit rc.

2002-04-29  Graydon Hoare  <graydon@redhat.com>

* mainDynamic.cxx: Make step_insn_count a string.

2002-04-29  Graydon Hoare  <graydon@redhat.com>

* commonCfg.h (Mapping): New class.
* commonCfg.cxx (MapperCfg): Update to use Mapping objects.
* mainDynamic.cxx (try_add_memory): Use Mapping objects.
(Defs): Make step_insn_count a defaultable option.

2002-04-23  Graydon Hoare  <graydon@redhat.com>

* mainDynamic.cxx (try_add_memory): Force mappings to base address
0 in extra memory region, to ignore transparent / basic mapper
distinction in board-specific code.

2002-04-15  Dave Brolley  <brolley@redhat.com>

* commonCfg.cxx (struct MemCfg_impl): New struct.
(MemCfg_impl::get_by_name): New function.
(MemCfg::MemCfg): Add 'this' to name_map.
* commonCfg.h (MemCfg_impl::get_by_name): New function.

2002-04-09  Dave Brolley  <brolley@redhat.com>

* commonCfg.cxx (add_mapping): New variant.
* commonCfg.h (add_mapping): New variant.

2002-03-25  Graydon Hoare  <graydon@redhat.com>

* mainDynamic.cxx (try_load_file): Support "all-cpu" sub-option
to --load option.
* commonCfg.h (CpuCfg::get_all): Likewise.
* commonCfg.cxx (CpuCfg::get_all): Likewise.

2002-03-11  Graydon Hoare  <graydon@redhat.com>

* mainDynamic.cxx (main): Add opt_gloss.
* commonCfg.cxx (BoardCfg::use_gloss): Define.
* commonCfg.h: Likewise.

2002-02-22  Graydon Hoare  <graydon@redhat.com>

* Makefile.am (INCLUDE): Add -I$(srcdir)/../../../include.
* Makefile.in: Regenerate.
* mainDynamic.cxx: Un-guard #include <getopt.h>, getting it
from libiberty now.

2002-02-08  Graydon Hoare  <graydon@redhat.com>

* baseCfg.cxx: New file.
* baseCfg.h: New file.
* commonCfg.cxx: New file.
* commonCfg.h: New file.
* mainDynamic.cxx: Complete rewrite, incorporate contents of
configrun-sid.in perl script.
* Makefile.am (sid): Add new files to target.
* Makefile.in: Regenerate.

21 years ago* typo fix.
bje [Thu, 9 Jan 2003 03:52:59 +0000 (03:52 +0000)]
* typo fix.

21 years ago* whitespace fixes from the changelog elves
bje [Thu, 9 Jan 2003 03:19:45 +0000 (03:19 +0000)]
* whitespace fixes from the changelog elves

21 years ago2003-01-07 Graydon Hoare <graydon@redhat.com>
bje [Thu, 9 Jan 2003 03:15:42 +0000 (03:15 +0000)]
2003-01-07  Graydon Hoare  <graydon@redhat.com>

* utils-gen.scm (attr-int-gen-defn): Define.

21 years ago2003-01-09 Ben Elliston <bje@redhat.com>
bje [Thu, 9 Jan 2003 03:08:32 +0000 (03:08 +0000)]
2003-01-09  Ben Elliston  <bje@redhat.com>

        From Graydon Hoare <graydon@redhat.com>:
* utils-sim.scm (-gen-decoder-switch): Fix edge condition for
empty ISAs.

21 years ago2003-01-08 Andrew Cagney <ac131313@redhat.com>
cagney [Thu, 9 Jan 2003 00:45:06 +0000 (00:45 +0000)]
2003-01-08  Andrew Cagney  <ac131313@redhat.com>

* gdb_mbuild.sh: Add --keep option.  When specified, keep the
build directories.  Save edited gdb output in Mbuild.log.  If a
build fails, remove any final GDB executable.

21 years ago2003-01-08 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 9 Jan 2003 00:24:48 +0000 (00:24 +0000)]
2003-01-08  Andrew Cagney  <cagney@redhat.com>

* alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
get_frame_base.

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

21 years ago2003-01-08 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 8 Jan 2003 23:49:10 +0000 (23:49 +0000)]
2003-01-08  Andrew Cagney  <ac131313@redhat.com>

* gdb_mbuild.sh: Edit the output of `maint print architecture'
replacing hex constants with function names and stripping leading
file name directory prefixes.

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

21 years ago2003-01-08 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 8 Jan 2003 22:47:43 +0000 (22:47 +0000)]
2003-01-08  Andrew Cagney  <cagney@redhat.com>

* gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
get_frame_base.

21 years ago2003-01-08 David Carlton <carlton@math.stanford.edu>
carlton [Wed, 8 Jan 2003 22:40:17 +0000 (22:40 +0000)]
2003-01-08  David Carlton  <carlton@math.stanford.edu>

* linespec.c (decode_line_1): Move code into decode_variable.
(decode_variable): New function.

21 years ago[ ChangeLog ]
cgd [Wed, 8 Jan 2003 22:09:29 +0000 (22:09 +0000)]
[ ChangeLog ]
2003-01-08  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update to 2003-01-03 version.
        * config.sub: Update to 2003-01-03 version.

[ dejagnu/ChangeLog ]
2003-01-08  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update to 2003-01-03 version.
        * config.sub: Update to 2003-01-03 version.

[ readline/ChangeLog.gdb ]
2003-01-08  Chris Demetriou  <cgd@broadcom.com>

        * config.guess: Update to 2003-01-03 version.
        * config.sub: Update to 2003-01-03 version.

21 years ago* elfn32-mips.c (prev_reloc_section): New.
aoliva [Wed, 8 Jan 2003 22:00:51 +0000 (22:00 +0000)]
* elfn32-mips.c (prev_reloc_section): New.
(GET_RELOC_ADDEND): Use it.  Parenthesize macro arguments.
(SET_RELOC_ADDEND): Parenthesize macro argument.

21 years ago2003-01-08 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 8 Jan 2003 21:44:55 +0000 (21:44 +0000)]
2003-01-08  Andrew Cagney  <ac131313@redhat.com>

* mn10300-tdep.c (analyze_dummy_frame): Fix typo.

21 years ago2003-01-08 Andrew Cagney <ac131313@redhat.com>
cagney [Wed, 8 Jan 2003 21:44:44 +0000 (21:44 +0000)]
2003-01-08  Andrew Cagney  <ac131313@redhat.com>

* mn10300-tdep.c (analyze_dummy_frame): Fix typo.

21 years ago2003-01-08 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 8 Jan 2003 19:45:19 +0000 (19:45 +0000)]
2003-01-08  Andrew Cagney  <cagney@redhat.com>

* cris-tdep.c (cris_frame_init_saved_regs): Use
get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
saved_regs buffer.
* sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
(sh64_nofp_frame_init_saved_regs): Ditto.
(sh_fp_frame_init_saved_regs): Ditto.
* arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
* mips-tdep.c (mips_init_extra_frame_info): Ditto.
* mcore-tdep.c (analyze_dummy_frame): Ditto.
* mn10300-tdep.c (analyze_dummy_frame): Ditto.