OSDN Git Service

pf3gnuchains/sourceware.git
21 years agoTouch version.h to avoid build message.
corinna [Mon, 18 Aug 2003 15:54:26 +0000 (15:54 +0000)]
Touch version.h to avoid build message.

21 years ago2003-08-18 Michal Ludvig <mludvig@suse.cz>
mludvig [Mon, 18 Aug 2003 13:42:12 +0000 (13:42 +0000)]
2003-08-18  Michal Ludvig  <mludvig@suse.cz>

* config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
Define.
* i386-linux-nat.c: Include "linux-nat.h".
(child_post_startup_inferior): New function.

21 years ago2003-08-17 Danny Smith <dannysmith@users.sourceforge.net>
dannysmith [Mon, 18 Aug 2003 09:43:23 +0000 (09:43 +0000)]
2003-08-17  Danny Smith <dannysmith@users.sourceforge.net>

* include/commctrl.h (TB_*) Group defines together.

2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/winuser.h (ICON_SMALL2): Define.
* include/commctrl.h (TB_SETBUTTONWIDTH,TB_SETDRAWTEXTFLAGS):
Define.
* include/shlobj.h (SHDRAGIMAGE): Define structure.
(IDragSourceHelper) Define interface.
   (IDropTargetHelper): Likewise.
(IExtractIcon): Unicode it.
(ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
OnStateChange and IncludeObject methods.

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

21 years agodaily update
amodra [Mon, 18 Aug 2003 00:00:06 +0000 (00:00 +0000)]
daily update

21 years ago* gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
kettenis [Sun, 17 Aug 2003 23:18:31 +0000 (23:18 +0000)]
* gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
* gdb.arch/i386-prologue.c (gdb1338): Add function.

21 years ago* i386-tdep.c (i386_analyze_register_saves): Handle register saves
kettenis [Sun, 17 Aug 2003 23:16:44 +0000 (23:16 +0000)]
* i386-tdep.c (i386_analyze_register_saves): Handle register saves
at the start of a frameless function.  This probably fixes PR
backtrace/1338.

21 years ago2003-08-17 Michael Chastain <mec@shout.net>
chastain [Sun, 17 Aug 2003 22:33:08 +0000 (22:33 +0000)]
2003-08-17  Michael Chastain  <mec@shout.net>

* symfile.c (find_sym_fns): Remove special case for apollo target.

21 years ago * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
drow [Sun, 17 Aug 2003 20:17:02 +0000 (20:17 +0000)]
* linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
(PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
(linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
(linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
(linux_supports_tracevforkdone): New function.
(linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
TRACEVFORKDONE.
(child_follow_fork): Handle vfork.
(linux_handle_extended_wait): Likewise.  Also handle exec.
(child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
* NEWS: Mention fork tracing.

21 years ago * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
drow [Sun, 17 Aug 2003 18:52:58 +0000 (18:52 +0000)]
* lin-lwp.c (child_wait): Call linux_record_stopped_pid.

21 years ago * Makefile.in (i386-linux-nat.o): Update dependencies.
drow [Sun, 17 Aug 2003 18:22:24 +0000 (18:22 +0000)]
* Makefile.in (i386-linux-nat.o): Update dependencies.
* config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
* config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
(CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
* i386-linux-nat.c: Include "linux-nat.h".
(child_post_startup_inferior): New function.
* i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
* infptrace.c (kill_inferior): Wrap in #ifdef.
* lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
attaching to each LWP.
(child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
(init_lin_lwp_ops): Fill in some more operations.
* linux-nat.h (linux_enable_event_reporting)
(linux_handle_extended_wait, linux_child_post_startup_inferior): New
prototypes.
* linux-nat.c (linux_enable_event_reporting): New function.
(child_post_attach, linux_child_post_startup_inferior)
(child_post_startup_inferior, child_follow_fork)
(linux_handle_extended_wait, kill_inferior): New functions.

21 years ago * grp.cc (read_group): Revert previous change.
corinna [Sun, 17 Aug 2003 17:50:39 +0000 (17:50 +0000)]
* grp.cc (read_group): Revert previous change.
* uinfo.cc (pwdgrp::load): Always reset curr_lines.

21 years ago * dump_setup.cc (check_package_files): Strip leading / and ./ from
corinna [Sun, 17 Aug 2003 17:26:08 +0000 (17:26 +0000)]
* dump_setup.cc (check_package_files): Strip leading / and ./ from
package file names.

21 years ago * mi-var-display.exp (-var-list-children weird): Accept function
drow [Sun, 17 Aug 2003 17:23:13 +0000 (17:23 +0000)]
* mi-var-display.exp (-var-list-children weird): Accept function
pointers with argument types.
* mi1-var-display.exp (-var-list-children weird): Likewise.
* mi2-var-display.exp (-var-list-children weird): Likewise.

21 years ago * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.
corinna [Sun, 17 Aug 2003 17:12:18 +0000 (17:12 +0000)]
* errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.
* fhandler_raw.cc (fhandler_dev_raw::raw_read): Set more accurate
errnos instead of EACCES.
(fhandler_dev_raw::raw_write): Ditto.

21 years ago * gdb.base/annota3.exp: Add missing newline.
drow [Sun, 17 Aug 2003 16:50:59 +0000 (16:50 +0000)]
* gdb.base/annota3.exp: Add missing newline.

21 years ago* path.cc (special_name): Accommodate all special names with extensions.
cgf [Sun, 17 Aug 2003 16:33:15 +0000 (16:33 +0000)]
* path.cc (special_name): Accommodate all special names with extensions.

21 years agoAdd ChangeLog entry for last commit.
dannysmith [Sun, 17 Aug 2003 08:55:28 +0000 (08:55 +0000)]
Add ChangeLog entry for last commit.

21 years ago2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>
dannysmith [Sun, 17 Aug 2003 08:47:37 +0000 (08:47 +0000)]
2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/commctrl.h (TreeView_GetScrollTime,
TreeView_SetScrollTime): Define macros.
* include/winuser.h (GetShellWindow): Add prototype.
* include/objidl.h (STGMEDIUM): Correct lpszFileName type.

21 years ago * simple.c (bfd_simple_get_relocated_section_contents): Move
hp [Sun, 17 Aug 2003 07:37:33 +0000 (07:37 +0000)]
* simple.c (bfd_simple_get_relocated_section_contents): Move
reloc_done hack to before first bfd_section_size call.  Change all
returns to use new wrapper macro RETURN, restoring sec->reloc_done.

21 years agoinclude/opcode/ChangeLog:
jle [Sun, 17 Aug 2003 03:16:22 +0000 (03:16 +0000)]
include/opcode/ChangeLog:
2003-08-16  Jason Eckhardt  <jle@rice.edu>

        * i860.h (fmov.ds): Expand as famov.ds.
        (fmov.sd): Expand as famov.sd.
        (pfmov.ds): Expand as pfamov.ds.

gas/testsuite/ChangeLog:
2003-08-16  Jason Eckhardt  <jle@rice.edu>

        * gas/i860/pseudo-ops01.{s,d}: New files.
        * gas/i860/i860.exp: Execute the new test above.
        * gas/i860/README.i860: Mention that pseudo-ops need more testing
        and remove the align fill defect from the list.

21 years ago2003-08-16 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 17 Aug 2003 01:06:46 +0000 (01:06 +0000)]
2003-08-16  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
* gdbarch.h, gdbarch.c: Re-generate.

21 years agodaily update
amodra [Sun, 17 Aug 2003 00:00:06 +0000 (00:00 +0000)]
daily update

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

21 years ago* config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
kettenis [Sat, 16 Aug 2003 18:57:37 +0000 (18:57 +0000)]
* config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.

21 years agoReally check this in now.
kettenis [Sat, 16 Aug 2003 18:52:43 +0000 (18:52 +0000)]
Really check this in now.

21 years ago2003-08-16 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 16 Aug 2003 18:38:45 +0000 (18:38 +0000)]
2003-08-16  Andrew Cagney  <cagney@redhat.com>

* NEWS: Mention that "set prompt-escape-char" was deleted.
* top.c (get_prompt_1): Delete function.
(gdb_prompt_escape):
(init_main): Do not clear "gdb_prompt_escape".  Delete "set
prompt-escape-char" command.
(MAX_PROMPT_SIZE): Delete macro.
(get_prompt): Simplify, do not call get_prompt_1.

21 years agoOops, merge lost Makefile.in:printcmd.o part of change:
cagney [Sat, 16 Aug 2003 17:49:12 +0000 (17:49 +0000)]
Oops, merge lost Makefile.in:printcmd.o part of change:

2003-08-16  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (printcmd.o, valprint.o): Do not try to build with
-Werror.  -Wformat-nonliteral problems.

21 years ago2003-08-16 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 16 Aug 2003 17:44:51 +0000 (17:44 +0000)]
2003-08-16  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (printcmd.o, valprint.o): Do not try to build with
-Werror.  -Wformat-nonliteral problems.

21 years ago2003-08-15 Michael Chastain <mec@shout.net>
chastain [Sat, 16 Aug 2003 16:54:26 +0000 (16:54 +0000)]
2003-08-15  Michael Chastain  <mec@shout.net>

* src-release (do-proto-toplev): Remove junk files
dejagnu/example/calc/config.status,
dejagnu/example/calc/config.log.

21 years ago * read.c (s_print): Check for NULL.
amodra [Sat, 16 Aug 2003 14:04:48 +0000 (14:04 +0000)]
* read.c (s_print): Check for NULL.

21 years ago * elf64-ppc.c: Don't include elf/ppc.h.
amodra [Sat, 16 Aug 2003 13:42:43 +0000 (13:42 +0000)]
* elf64-ppc.c: Don't include elf/ppc.h.

21 years ago * write.c (fixup_segment): When handling an expression involving
amodra [Sat, 16 Aug 2003 13:35:08 +0000 (13:35 +0000)]
* write.c (fixup_segment): When handling an expression involving
the subtraction of two symbols in the same segment, don't clear
fx_pcrel except for TC_M68K.

21 years ago * ld-mmix/bpo-9.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d: Adjust for
hp [Sat, 16 Aug 2003 11:15:24 +0000 (11:15 +0000)]
* ld-mmix/bpo-9.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d: Adjust for
recent objdump "Contents of ..." change.

21 years ago * dump_setup.cc (package_find): Don't stop searching on missing
corinna [Sat, 16 Aug 2003 09:09:09 +0000 (09:09 +0000)]
* dump_setup.cc (package_find): Don't stop searching on missing
file list.
(package_list): Ditto.

* dump_setup.cc: (package_list): Make output terse unless
verbose requested.  Fix formatting.
(package_find): Ditto.

21 years agodaily update
amodra [Sat, 16 Aug 2003 00:00:06 +0000 (00:00 +0000)]
daily update

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

21 years ago Further multiarching work mostly for hppa64-*-hpux11:
brobecke [Fri, 15 Aug 2003 23:02:03 +0000 (23:02 +0000)]
    Further multiarching work mostly for hppa64-*-hpux11:
        * hppa-tdep.h: New file.
        * hppa-tdep.c: #include hppa-tdep.c.
        (hppa32_num_regs): Renamed from hppa_num_regs.
        (hppa64_num_regs): New constant.
        (hppa64_call_dummy_breakpoint_offset): New constant.
        (hppa32_call_dummy_length): New constant.
        (hppa64_call_dummy_length): New constant.
        (hppa32_stack_align): Make name 32bit explicit.
        (hppa32_register_virtual_type): Likewise.
        (hppa32_extract_return_value): Likewise.
        (hppa32_use_struct_convention): Likewise.
        (hppa32_store_return_value): Likewise.
        (hppa64_register_virtual_type): New function.
        (hppa64_extract_return_value): New function.
        (hppa64_use_struct_convention): New function.
        (hppa64_store_return_value): New function.
        (hppa_frame_locals_address): Remove declaration, function does
        not exist anymore.
        (hppa_register_byte): Add support for PA64 ABI.
        (hppa_gdbarch_init): Add support for PA64 ABI.
        * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
        Make name 32bit explicit.
        (hppa32_hpux_frame_base_before_sigtramp): Likewise.
        (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
        (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
        (hppa64_hpux_frame_base_before_sigtramp): New function.
        (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
        * config/pa/tm-hppa64.h: Remove macros that are no longer
        necessary now that the gdbarch vector is properly setup.
        Transform some macros into function calls. Some minor cleanup.
        * config/pa/tm-hppah.h: Update function calls in macros
        following the function renaming in hppa-hpux-tdep.c.
        * Makefile.in (hppa_tdep_h): New variable.
        (hppa-tdep.o): Add dependency over hppa_tdep_h.

21 years agoAdd 'src-release'. 'src-release' was carved out of 'Makefile.in',
chastain [Fri, 15 Aug 2003 21:47:31 +0000 (21:47 +0000)]
Add 'src-release'.  'src-release' was carved out of 'Makefile.in',
so use the same policy for it.

21 years ago * cygcheck.cc (main): Fix some formatting and help text printing.
corinna [Fri, 15 Aug 2003 20:26:11 +0000 (20:26 +0000)]
* cygcheck.cc (main): Fix some formatting and help text printing.

* cygcheck.cc (find_package,list_package): New global
variables.
(usage): Add "--find-package" and "--list-package" options,
reformat output.
(longopts, opts): Add "--find-package" and "--list-package"
options.
(main): Process the "--find-package" and "--list-package"
flags.  Add new semantic checks.  Add calls to find_package()
and list_package().
* dump_setup.cc: Fix header comment.
(match_argv): Change return type to int to distinguish
between real matches and default ones.
(open_package_list): New static function.
(check_package_files): Factor out opening the package list
file into open_package_list().
(get_packages): New static function.
(dump_setup): Factor out getting a list of packages into
get_packages().
(package_list, package_find): New global functions.

21 years ago* Makefile.am (GENSCRIPTS_EXTRA): New script definition which calls
nickc [Fri, 15 Aug 2003 17:04:47 +0000 (17:04 +0000)]
* Makefile.am (GENSCRIPTS_EXTRA): New script definition which calls
  genscripts_extra.sh.
  Rearrange all msp430 depends using this script.
* Makefile.in: Regenerate.
* genscripts_extra.sh: New file: Similar to genscripts.sh, except that the
  script to be run to generate the emulations can be passed
  as an optional parameter instead of being computed from the
  emulation name.
* emulparams/msp430all.sh: New file: Combine all msp430 subdevice definitions
  into one file.
* emulparams/msp430x*.sh: Removed.

21 years ago * mmap.cc (mmap64): Avoid crash if file size is less than requested
corinna [Fri, 15 Aug 2003 12:05:08 +0000 (12:05 +0000)]
* mmap.cc (mmap64): Avoid crash if file size is less than requested
map length.

21 years agoPut the keywords for the -z option into a table.
nickc [Fri, 15 Aug 2003 09:42:16 +0000 (09:42 +0000)]
Put the keywords for the -z option into a table.
Add more text describing what the -z now option does.

21 years ago * regtool.cc (usage): Add missing linefeed. Move example to --help
corinna [Fri, 15 Aug 2003 08:58:54 +0000 (08:58 +0000)]
* regtool.cc (usage): Add missing linefeed.  Move example to --help
text.  Fix forward slash description.

21 years ago2003-08-15 Martin Fuchs <Martin-Fuchs@gmx.net>
dannysmith [Fri, 15 Aug 2003 03:04:25 +0000 (03:04 +0000)]
2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
IID_IDragSourceHelper): Declare.
* lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
IID_IDragSourceHelper): Define.

21 years ago2003-08-15 Andrew Greenwood <lists@silverblade.co.uk>
dannysmith [Fri, 15 Aug 2003 02:19:54 +0000 (02:19 +0000)]
2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>

* include/wingdi.h (DEVMODE[AW]) Correct structure definition.
* include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
* include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.

21 years agodaily update
amodra [Fri, 15 Aug 2003 00:00:06 +0000 (00:00 +0000)]
daily update

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

21 years ago2003-08-14 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 14 Aug 2003 21:39:05 +0000 (21:39 +0000)]
2003-08-14  Michael Snyder  <msnyder@redhat.com>

        * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.

21 years ago* config-ml.in, symlink-tree: Add license.
dj [Thu, 14 Aug 2003 20:44:13 +0000 (20:44 +0000)]
* config-ml.in, symlink-tree: Add license.

21 years ago2003-08-06 Michael Chastain <mec@shout.net>
chastain [Thu, 14 Aug 2003 19:11:09 +0000 (19:11 +0000)]
2003-08-06  Michael Chastain  <mec@shout.net>

* gdb.java/jmisc1.exp: Add test for pr gdb/1322.

21 years agoUpdate regexp for destination address of unrelocated branch instructions so
nickc [Thu, 14 Aug 2003 17:11:07 +0000 (17:11 +0000)]
Update regexp for destination address of unrelocated branch instructions so
that they point to themselves.

21 years ago * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
rsandifo [Thu, 14 Aug 2003 09:30:34 +0000 (09:30 +0000)]
* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
code to work with 64-bit bfds.

21 years ago * config/tc-i386.h: Remove BFD_ASSEMBLER tests and all !BFD_ASSEMBLER
amodra [Thu, 14 Aug 2003 08:05:43 +0000 (08:05 +0000)]
* config/tc-i386.h: Remove BFD_ASSEMBLER tests and all !BFD_ASSEMBLER
code.
* config/tc-i386.c: Likewise.
(RELOC_ENUM): Don't define.  Replace throughout with enum.

21 years ago * dep-in.sed: Remove libintl.h.
amodra [Thu, 14 Aug 2003 07:15:36 +0000 (07:15 +0000)]
* dep-in.sed: Remove libintl.h.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

21 years agofix typo
amodra [Thu, 14 Aug 2003 07:06:45 +0000 (07:06 +0000)]
fix typo

21 years ago * dep-in.sed: Remove libintl.h.
amodra [Thu, 14 Aug 2003 07:04:57 +0000 (07:04 +0000)]
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.

21 years ago * dep-in.sed: Remove libintl.h.
amodra [Thu, 14 Aug 2003 07:04:30 +0000 (07:04 +0000)]
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.

21 years ago * dep-in.sed: Remove libintl.h. Ignore include/fpoen-*.h
amodra [Thu, 14 Aug 2003 07:04:09 +0000 (07:04 +0000)]
* dep-in.sed: Remove libintl.h.  Ignore include/fpoen-*.h
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
Run "make dep-am".
* Makefile.in: Regenerate.

21 years ago * Makefile.am (POTFILES.in): Unset LC_COLLATE.
amodra [Thu, 14 Aug 2003 07:03:41 +0000 (07:03 +0000)]
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.

21 years ago * dep-in.sed: Remove libintl.h.
amodra [Thu, 14 Aug 2003 07:03:18 +0000 (07:03 +0000)]
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
Run "make dep-am".
* Makefile.in: Regenerate.

21 years ago * dep-in.sed: Remove libintl.h.
amodra [Thu, 14 Aug 2003 07:02:59 +0000 (07:02 +0000)]
* dep-in.sed: Remove libintl.h.
* Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
(POTFILES.in): Remove target.
* Makefile.in: Regenerate.

21 years ago * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
brobecke [Thu, 14 Aug 2003 00:23:51 +0000 (00:23 +0000)]
   * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
       bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
       routine.

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

21 years ago*** empty log message ***
gdbadmin [Thu, 14 Aug 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2003-08-13 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 13 Aug 2003 21:59:19 +0000 (21:59 +0000)]
2003-08-13  Michael Snyder  <msnyder@redhat.com>

        * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
(frv_saved_pc_after_call): Use deprecated ftype.
        (stupid_useless_init_extra_frame_info): Remove orphan prototype.
(frv_remote_translate_xfer_address): Remove.
(frv_gdbarch_init): Use generic_remote_translate_xfer_address.

21 years ago * dump_setup.cc (check_package_files): Fix extra '/' in filename.
corinna [Wed, 13 Aug 2003 19:37:40 +0000 (19:37 +0000)]
* dump_setup.cc (check_package_files): Fix extra '/' in filename.
Resize command buffer.  Fix buffer overflow bug.

21 years ago * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
brobecke [Wed, 13 Aug 2003 18:57:01 +0000 (18:57 +0000)]
   * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
       initialization after the common gdbarch initialization, not before.

21 years ago * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
brobecke [Wed, 13 Aug 2003 18:05:39 +0000 (18:05 +0000)]
   * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
       (ADDR_BITS_REMOVE): Remove, redundant.

21 years ago2003-08-13 Aldy Hernandez <aldyh@redhat.com>
jjohnstn [Wed, 13 Aug 2003 17:45:31 +0000 (17:45 +0000)]
2003-08-13  Aldy Hernandez  <aldyh@redhat.com>

        * libc/machine/powerpc/machine/stdlib.h: Wrap SPE functions in
        extern "C".

21 years ago2003-08-13 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 13 Aug 2003 17:36:09 +0000 (17:36 +0000)]
2003-08-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/math.h: Add prototypes for __signbitf and
        __signbitd.

21 years ago * path.cc (special_name): Add checks for some specials followed by
corinna [Wed, 13 Aug 2003 17:28:00 +0000 (17:28 +0000)]
* path.cc (special_name): Add checks for some specials followed by
a "." and a FIXME comment.

21 years ago * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
brobecke [Wed, 13 Aug 2003 17:09:09 +0000 (17:09 +0000)]
    * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
        gdbarch method to clear the 2 low bits of text addresses.

21 years ago * cygwin.din: Accomodate change from cygwin_lstat to lstat.
corinna [Wed, 13 Aug 2003 11:28:42 +0000 (11:28 +0000)]
* cygwin.din: Accomodate change from cygwin_lstat to lstat.
* syscalls.cc: Add defines to avoid declaration issues when
renaming cygwin_lstat back to lstat.
(lstat): Reverted name change from cygwin_lstat.

21 years ago * genscripts.sh (libpath.exp): Only generate for first emulation.
amodra [Wed, 13 Aug 2003 08:38:23 +0000 (08:38 +0000)]
* genscripts.sh (libpath.exp): Only generate for first emulation.
(LIB_PATH): Correct order of paths.  Don't add $tool_lib when
already present or when LIB_PATH is set to ":".

21 years agodaily update
amodra [Wed, 13 Aug 2003 00:00:06 +0000 (00:00 +0000)]
daily update

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

21 years ago2003-08-12 Michael Snyder <msnyder@redhat.com>
msnyder [Tue, 12 Aug 2003 22:27:19 +0000 (22:27 +0000)]
2003-08-12  Michael Snyder  <msnyder@redhat.com>

        * gdb.base/float.exp: Add test for SH.

21 years ago2003-08-12 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 12 Aug 2003 19:34:19 +0000 (19:34 +0000)]
2003-08-12  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (dsrec.o): Update dependencies.
* dsrec.c: Include "gdb_assert.h".
(make_srec): Use snprintf instead of sprintf, use a literal format
string.

21 years ago2003-08-12 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 12 Aug 2003 18:06:01 +0000 (18:06 +0000)]
2003-08-12  Jeff Johnston  <jjohnstn@redhat.com>

        * i386/cygmon-salib.c (unlink): New stub.

21 years ago2003-08-12 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 12 Aug 2003 17:45:10 +0000 (17:45 +0000)]
2003-08-12  Andrew Cagney  <cagney@redhat.com>

* frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
FRAME_OBSTACK_ZALLOC.

21 years ago * ldmain.c (undefined_symbol): Change parameter name from `fatal'
ian [Tue, 12 Aug 2003 16:46:17 +0000 (16:46 +0000)]
* ldmain.c (undefined_symbol): Change parameter name from `fatal'
to `error'.  If only a warning, put warning in the reported
string.  Consistently set failure flag when not a warning.

21 years ago * i386-tdep.c (i386_gdbarch_init): Enable default support for
kevinb [Tue, 12 Aug 2003 16:12:32 +0000 (16:12 +0000)]
* i386-tdep.c (i386_gdbarch_init): Enable default support for
SSE registers.

21 years agomerge from gcc
dj [Tue, 12 Aug 2003 12:23:41 +0000 (12:23 +0000)]
merge from gcc

21 years ago * include/sys/param.h (NBBY): Define if not defined.
corinna [Tue, 12 Aug 2003 10:23:39 +0000 (10:23 +0000)]
* include/sys/param.h (NBBY): Define if not defined.

* include/sys/param.h (setbit): Add new bitmap related macro.
(clrbit): Likewise.
(isset): Likewise.
(isclr): Likewise.
(howmany): Add new counting/rounding macro.
(rounddown): Likewise.
(roundup): Likewise.
(roundup2): Likewise.
(powerof2): Likewise
(MIN): Add macro for calculating min.
(MAX): Add macro for calculating max.

21 years ago * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
amodra [Tue, 12 Aug 2003 05:58:10 +0000 (05:58 +0000)]
* elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
(ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
use the function sym from the previous reloc.

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

21 years ago*** empty log message ***
gdbadmin [Tue, 12 Aug 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2003-07-22 Michael Snyder <msnyder@redhat.com>
msnyder [Mon, 11 Aug 2003 23:20:05 +0000 (23:20 +0000)]
2003-07-22  Michael Snyder  <msnyder@redhat.com>

        * gdb.disasm/8300s.s: Fix syntax of bsr insn.

        * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
        patterns to be more general, accepting old and new output.
        Some output chars (such as '+') also must be quoted.
        Some addresses are displayed numerically instead of
        symbolically.

21 years ago2003-08-11 Michael Snyder <msnyder@redhat.com>
msnyder [Mon, 11 Aug 2003 19:36:23 +0000 (19:36 +0000)]
2003-08-11  Michael Snyder  <msnyder@redhat.com>

        * macl.s: New file.
        * macw.s: New file.
        * allinsn.exp: Add new tests for mac.w and mac.l.

21 years ago2003-08-11 Shrinivas Atre <shrinivasa@KPITCummins.com>
msnyder [Mon, 11 Aug 2003 19:28:05 +0000 (19:28 +0000)]
2003-08-11  Shrinivas Atre  <shrinivasa@KPITCummins.com>
* sim/sh/gencode.c ( tab[] ): Addition of MAC.L handler and
        correction for MAC.W handler
        * sim/sh/interp.c ( macl ): New Function. Implementation of
        MAC.L handler.

21 years ago* x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
kettenis [Mon, 11 Aug 2003 16:55:20 +0000 (16:55 +0000)]
* x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
amd64fbsd_sc_reg_offset): Add extern declarations.
* amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
declarations.

21 years ago * readelf.c (process_archive): Fix error handling. Remove memory
ian [Mon, 11 Aug 2003 16:34:18 +0000 (16:34 +0000)]
* readelf.c (process_archive): Fix error handling.  Remove memory
leak.

21 years ago * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
jakub [Mon, 11 Aug 2003 14:26:10 +0000 (14:26 +0000)]
* elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
fatal if -pie.
* elf32-s390.c (elf_s390_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
* elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
(ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
on undefined symbols if -pie.
* elf32-sh.c (sh_elf_relocate_section): Likewise.

21 years ago * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
amodra [Mon, 11 Aug 2003 11:31:00 +0000 (11:31 +0000)]
* elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
branch to __libc_start_main.

21 years agoAdd ability for readelf to parse archives
nickc [Mon, 11 Aug 2003 09:15:55 +0000 (09:15 +0000)]
Add ability for readelf to parse archives

21 years agodaily update
amodra [Mon, 11 Aug 2003 00:00:06 +0000 (00:00 +0000)]
daily update

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

21 years ago * MAINTAINERS (write after approval): Update my mail address.
bje [Sun, 10 Aug 2003 22:05:13 +0000 (22:05 +0000)]
* MAINTAINERS (write after approval): Update my mail address.

21 years ago2003-08-10 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 10 Aug 2003 19:58:21 +0000 (19:58 +0000)]
2003-08-10  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (monitor.o): Do not build monitor.c with -Werror.