OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
23 years agoFix for problem with default alignment of .comm
trix [Wed, 20 Jun 2001 13:34:06 +0000 (13:34 +0000)]
Fix for problem with default alignment of .comm

23 years ago* fhandler.cc (fhandler_base::open): Work around windows bug when
duda [Wed, 20 Jun 2001 07:44:33 +0000 (07:44 +0000)]
* fhandler.cc (fhandler_base::open): Work around windows bug when
CreateFile() with dwDesiredAccess == 0 called on remote share returns
valid handle even if file doesn't exist.

23 years ago2001-06-20 Ben Elliston <bje@redhat.com>
bje [Wed, 20 Jun 2001 07:18:25 +0000 (07:18 +0000)]
2001-06-20  Ben Elliston  <bje@redhat.com>

* sidcomp.cache/coherency.exp: Use sid_bus_ok_p to detect bus read
errors instead of the frequently used (and less readable)
construction: if {[lindex $result] 0 == "ok"}.
* sidcomp.cache/writealloc.exp: Likewise.
* sidcomp.cache/writethru.exp: Likewise.
* sidcomp.gloss/angel.exp: Likewise.
* sidcomp.ide/diskio.exp: Likewise.
* sidcomp.interrupt/arm-interrupt.exp: Likewise.
* sidcomp.interrupt/cma222-interrupt.exp: Likewise.
* sidcomp.lcd/lcdbase.exp: Likewise.
* sidcomp.mapper/basicmapper.exp: Likewise.
* sidcomp.memory/am29.exp: Likewise.
* sidcomp.memory/at29.exp: Likewise.
* sidcomp.memory/at29val.exp: Likewise.
* sidcomp.memory/genericmemory.exp: Likewise.
* sidcomp.mmu/arm-remap.exp: Likewise.
* sidcomp.parport/parport.exp: Likewise.
* sidcomp.rtc/ds1642.exp: Likewise.
* sidcomp.rtc/ds1742.exp: Likewise.
* sidcomp.timers/timerbase.exp: Likewise.
* sidcomp.timers/timersched.exp: Likewise.

23 years ago* fhandler_socket.cc (fhandler_socket::signal_secret_event): New
duda [Wed, 20 Jun 2001 06:50:13 +0000 (06:50 +0000)]
* fhandler_socket.cc (fhandler_socket::signal_secret_event): New
function.
* fhandler.h: Declare it.
* fhandler_socket.cc (fhandler_socket::create_secret_event): Don't
signal secret event immediately.
(fhandler_socket::check_peer_secret_event): Do it after peer event
was opened.
* net.cc (cygwin_connect): Or if socket is non-blocking.
(cygwin_accept): Ditto.

23 years ago2001-06-20 Ben Elliston <bje@redhat.com>
bje [Wed, 20 Jun 2001 02:19:15 +0000 (02:19 +0000)]
2001-06-20  Ben Elliston  <bje@redhat.com>

* unix.exp (sid_bus_ok_p): Rename sid_assert_bus_ok.

23 years ago2001-06-20 Ben Elliston <bje@redhat.com>
bje [Wed, 20 Jun 2001 02:07:53 +0000 (02:07 +0000)]
2001-06-20  Ben Elliston  <bje@redhat.com>

* unix.exp (sid_assert_bus_ok): New proc.

23 years ago*** empty log message ***
gdbadmin [Wed, 20 Jun 2001 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago* cli-out.c: Include "gdb_assert.h'.
cagney [Tue, 19 Jun 2001 20:30:10 +0000 (20:30 +0000)]
* cli-out.c: Include "gdb_assert.h'.
(struct ui_out_data): Add field ``suppress_output.
(cli_table_begin): When NR_ROWS is zero, suppress_output.
(cli_table_end): Clear suppress_output.
(cli_table_body): Check suppress_output.
(cli_table_header, cli_begin): Ditto.
(cli_end, cli_field_int, cli_field_skip): Ditto.
(cli_field_string, cli_field_fmt, cli_spaces): Ditto.
(cli_text, cli_message, cli_wrap_hint): Ditto.
* breakpoint.c (breakpoint_1): Close the ui_out table before
printing the breakpoint not found message.

23 years ago* build fixes/improvements
fche [Tue, 19 Jun 2001 20:16:12 +0000 (20:16 +0000)]
* build fixes/improvements

2001-06-19  Frank Ch. Eigler  <fche@redhat.com>

* Makefile.am (NEARBY_LIBS, NEARBY_DEPS_LIBS): Add libcache.la.
* Makefile.in: Regenerated.

2001-03-21  Frank Ch. Eigler  <fche@redhat.com>

* Makefile.am (NEARBY_DEPS_LIBS): New macro.
(sid_DEPENDENCIES, sid_LDADD): Use it.
* Makefile.in: Regenerated.

23 years ago * ldlang.c (lang_check): Emit fatal error if relocatable link
hp [Tue, 19 Jun 2001 19:57:38 +0000 (19:57 +0000)]
* ldlang.c (lang_check): Emit fatal error if relocatable link
between different object flavours with relocations in input.

23 years ago2001-06-19 H.J. Lu <hjl@gnu.org>
hjl [Tue, 19 Jun 2001 18:16:49 +0000 (18:16 +0000)]
2001-06-19  H.J. Lu <hjl@gnu.org>

* doc/Makefile.in: Regenerated.

23 years agoRestore file accidentally deleted during man page cleanup
nickc [Tue, 19 Jun 2001 16:26:43 +0000 (16:26 +0000)]
Restore file accidentally deleted during man page cleanup

23 years ago* ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
cagney [Tue, 19 Jun 2001 16:19:14 +0000 (16:19 +0000)]
* ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
(default_table_begin): Ditto.
* breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
ui_out_table_begin.
Update everything.

23 years ago2001-06-19 H.J. Lu <hjl@gnu.org>
hjl [Tue, 19 Jun 2001 15:22:39 +0000 (15:22 +0000)]
2001-06-19  H.J. Lu  <hjl@gnu.org>

* ld.texinfo (-E, --export-dynamic): Mention --version-script.
(--version-script): Mention the language support.

23 years ago2001-06-19 H.J. Lu <hjl@gnu.org>
hjl [Tue, 19 Jun 2001 14:39:02 +0000 (14:39 +0000)]
2001-06-19  H.J. Lu <hjl@gnu.org>

* ldlang.c (lang_check): Revert the change mode on 2001-06-15.

23 years ago * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
earnie [Tue, 19 Jun 2001 13:49:38 +0000 (13:49 +0000)]
* lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
Thanks to Kevin Chase <kevincha99@hotmail.com>.

23 years ago(elf64_x86_64_relocate_section): Fix creation of dynamic symbols.
aj [Tue, 19 Jun 2001 13:30:40 +0000 (13:30 +0000)]
(elf64_x86_64_relocate_section): Fix creation of dynamic symbols.

23 years agoRemove auot generated man pages
nickc [Tue, 19 Jun 2001 11:57:19 +0000 (11:57 +0000)]
Remove auot generated man pages

23 years agoRemove auot generated man pages
nickc [Tue, 19 Jun 2001 11:57:12 +0000 (11:57 +0000)]
Remove auot generated man pages

23 years ago * Makefile.in: Revert 2001-06-17.
amodra [Tue, 19 Jun 2001 09:21:33 +0000 (09:21 +0000)]
* Makefile.in: Revert 2001-06-17.
(VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.

23 years ago * binutils-all/readelf.r: Don't check for specific info value to
aj [Tue, 19 Jun 2001 08:16:26 +0000 (08:16 +0000)]
* binutils-all/readelf.r: Don't check for specific info value to
pass testsuite on ia64 and alpha.

23 years ago2001-06-18 Philip Blundell <philb@gnu.org>
pb [Tue, 19 Jun 2001 07:33:20 +0000 (07:33 +0000)]
2001-06-18  Philip Blundell  <philb@gnu.org>

* config/tc-arm.c (do_msr): Remove restriction on usage of
immediate operands.

23 years ago * dwarf2dbg.c (dwarf2_finish): Output file info even when no
amodra [Tue, 19 Jun 2001 05:40:54 +0000 (05:40 +0000)]
* dwarf2dbg.c (dwarf2_finish): Output file info even when no
line info.

23 years ago2001-06-19 Ben Elliston <bje@redhat.com>
bje [Tue, 19 Jun 2001 03:51:35 +0000 (03:51 +0000)]
2001-06-19  Ben Elliston  <bje@redhat.com>

* cache.cxx (CacheCreate): Re-work using sidutil::tokenize.

23 years ago*** empty log message ***
gdbadmin [Tue, 19 Jun 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
hp [Mon, 18 Jun 2001 22:20:57 +0000 (22:20 +0000)]
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
* mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
* ld.h (args_type): Remove member export_dynamic.  All users
changed to use struct bfd_link_info member.

23 years ago * elflink.h (struct elf_assign_sym_version_info): Remove member
hp [Mon, 18 Jun 2001 22:05:10 +0000 (22:05 +0000)]
* elflink.h (struct elf_assign_sym_version_info): Remove member
export_dynamic.  All users changed to use info member.
NAME(bfd_elf,size_dynamic_sections)): Remove parameter
export_dynamic, instead use member in parameter info.
* bfd-in.h (bfd_elf32_size_dynamic_sections,
bfd_elf64_size_dynamic_sections): Update prototype.
* bfd-in2.h: Regenerate.

23 years ago* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.
cgf [Mon, 18 Jun 2001 21:18:59 +0000 (21:18 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.
* fork.cc (fork_copy): Print more debugging info.
(fork_parent): Change order of arguments to accomdate buggy gcc.
(fork): Ditto.
* syscalls.cc (_unlink): Reorganize to try harder to delete file with
DeleteFile and to recover more gracefully if FILE_FLAG_DELETE_ON_CLOSE doesn't
work properly.

23 years agomerge from gcc
dj [Mon, 18 Jun 2001 21:16:33 +0000 (21:16 +0000)]
merge from gcc

23 years ago * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
hp [Mon, 18 Jun 2001 20:19:52 +0000 (20:19 +0000)]
* Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
$(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
* Makefile.in: Regenerate.

23 years ago2001-06-18 H.J. Lu <hjl@gnu.org>
hjl [Mon, 18 Jun 2001 18:57:06 +0000 (18:57 +0000)]
2001-06-18  H.J. Lu  <hjl@gnu.org>

* elflink.h (elf_info_failed): Add a new field, verdefs.
(NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
elf_export_symbol.
(elf_export_symbol): Check eif->verdefs to decide if a symbol
should be exported.

23 years ago* breakpoint.c (breakpoint_1): Restructure. Compute the
cagney [Mon, 18 Jun 2001 18:48:05 +0000 (18:48 +0000)]
* breakpoint.c (breakpoint_1): Restructure.  Compute the
nr_printable_breakpoints.  Move the header output to before the
main print breakpoints loop.
(user_settable_breakpoint): New function.

23 years agoRecognize -i=mi0, -i=mi1 and -i=mi.
cagney [Mon, 18 Jun 2001 17:57:36 +0000 (17:57 +0000)]
Recognize -i=mi0, -i=mi1 and -i=mi.

23 years ago2001-06-18 H.J. Lu <hjl@gnu.org>
hjl [Mon, 18 Jun 2001 17:23:51 +0000 (17:23 +0000)]
2001-06-18  H.J. Lu  <hjl@gnu.org>

* ldlang.c (init_os): Add the newline to the einfo call.
(lang_check): Likewise.
(lang_do_version_exports_section): Likewise.

23 years ago * library/managedwin.itb (_create): When creating a
kseitz [Mon, 18 Jun 2001 17:13:26 +0000 (17:13 +0000)]
* library/managedwin.itb (_create): When creating a
window over another, be sure to center on the window,
not the object.

23 years ago* gdbarch.sh: Generate an error when conflicting macro
cagney [Mon, 18 Jun 2001 13:14:39 +0000 (13:14 +0000)]
* gdbarch.sh: Generate an error when conflicting macro
definitions.  Generate an error when both pure multi-arch and
"tm.h".
* gdbarch.h, gdbarch.c: Regenerate.
* defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.

23 years agoClone the mi-*.exp tests into mi0-*.exp.
cagney [Mon, 18 Jun 2001 12:55:06 +0000 (12:55 +0000)]
Clone the mi-*.exp tests into mi0-*.exp.

23 years ago2001-06-18 Ben Elliston <bje@redhat.com>
bje [Mon, 18 Jun 2001 06:57:45 +0000 (06:57 +0000)]
2001-06-18  Ben Elliston  <bje@redhat.com>

* sidcomp.interrupt/interruptmonkey.exp: Only monkey test ARM
interrupt peripherals if they have been built.

23 years ago2001-06-18 Ben Elliston <bje@redhat.com>
bje [Mon, 18 Jun 2001 06:53:18 +0000 (06:53 +0000)]
2001-06-18  Ben Elliston  <bje@redhat.com>

* lib/monkey.exp (monkey_test): Only notify the user of the test
completion time if the test is going to take more than 60 seconds
to run.

23 years ago2001-06-18 Ben Elliston <bje@redhat.com>
bje [Mon, 18 Jun 2001 06:22:05 +0000 (06:22 +0000)]
2001-06-18  Ben Elliston  <bje@redhat.com>

* sidcomp.cfgroot/badconf.exp: Improve messages.
(sid_check_err): Make detailed fault analysis a verbose message.

23 years ago* should not have been committed in the first place!
bje [Mon, 18 Jun 2001 06:12:26 +0000 (06:12 +0000)]
* should not have been committed in the first place!

2001-06-18  Ben Elliston  <bje@redhat.com>

* sidcomp.cache/types.exp: Remove rogue test case.

23 years agoRemove blank line.
cgf [Mon, 18 Jun 2001 01:41:08 +0000 (01:41 +0000)]
Remove blank line.

23 years ago*** empty log message ***
gdbadmin [Mon, 18 Jun 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago2001-06-17 H.J. Lu <hjl@gnu.org>
hjl [Sun, 17 Jun 2001 18:40:29 +0000 (18:40 +0000)]
2001-06-17  H.J. Lu <hjl@gnu.org>

* Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
(gas+binutils.tar.bz2): Likewise.
(binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.

23 years agoSolaris native is only multi-arch partial.
cagney [Sun, 17 Jun 2001 16:57:28 +0000 (16:57 +0000)]
Solaris native is only multi-arch partial.

23 years ago2001-06-17 H.J. Lu <hjl@gnu.org>
hjl [Sun, 17 Jun 2001 16:14:42 +0000 (16:14 +0000)]
2001-06-17  H.J. Lu  <hjl@gnu.org>

* elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
readonly_reloc, to record if a relocation in the .rel.dyn
section is against a read-only section.
(mips_elf_link_hash_newfunc): Initialize the readonly_reloc
field to false.
(_bfd_mips_elf_check_relocs): Record if there is a relocation
in the .rel.dyn section against a read-only section by setting
DF_TEXTREL or readonly_reloc.
(_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
it is true.
(_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
there is a relocation in the .rel.dyn section against a
read-only section.
(_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
DF_TEXTREL is set.

23 years ago2001-06-17 Fernando Nasser <fnasser@redhat.com>
fnasser [Sun, 17 Jun 2001 15:16:10 +0000 (15:16 +0000)]
2001-06-17  Fernando Nasser  <fnasser@redhat.com>

From 2001-06-15  Eirik Fuller  <eirik@hackrat.com>
* cli/cli-script.c (free_command_lines): Reset list pointer.

23 years ago * annotate.texi: Add @noindent where needed. From Dmitry
eliz [Sun, 17 Jun 2001 07:00:34 +0000 (07:00 +0000)]
* annotate.texi: Add @noindent where needed.  From Dmitry
Sivachenko <dima@Chg.RU>.
* gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.

23 years ago*** empty log message ***
gdbadmin [Sun, 17 Jun 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago* arch-utils.c (init_frame_pc_default): New function
cagney [Sat, 16 Jun 2001 20:00:24 +0000 (20:00 +0000)]
* arch-utils.c (init_frame_pc_default): New function
* arch-utils.h (init_frame_pc_default): Declare.
* gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
not init_frame_pc_noop.
* gdbarch.h, gdbarch.c: Re-generate.
* blockframe.c (INIT_FRAME_PC): Delete macro definition.
* mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
init_frame_pc_noop.

23 years agoregenerate gdbarch.c.
cagney [Sat, 16 Jun 2001 19:48:00 +0000 (19:48 +0000)]
regenerate gdbarch.c.

23 years agoFix typo.
cagney [Sat, 16 Jun 2001 19:42:35 +0000 (19:42 +0000)]
Fix typo.

23 years ago* gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists to
cagney [Sat, 16 Jun 2001 18:57:56 +0000 (18:57 +0000)]
* gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists to
syntax.
(GDB/MI Draft Changes to Output Syntax): Delete section.

23 years ago* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually
cgf [Sat, 16 Jun 2001 17:09:19 +0000 (17:09 +0000)]
* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually
stopping.
* fhandler_console.cc (fhandler_console::fixup_after_fork): Don't set
controlling terminal if just inheriting a handle.
(fhandler_console::fixup_after_exec): Ditto.
* fhandler_tty.cc (fhandler_tty_slave::init): Ditto.
* signal.cc (kill_worker): Set appropriate errno if proc_exists determines that
process does not really exist.

23 years ago2001-06-15 Aldy Hernandez <aldyh@redhat.com>
aldyh [Sat, 16 Jun 2001 16:00:46 +0000 (16:00 +0000)]
2001-06-15  Aldy Hernandez  <aldyh@redhat.com>

* m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.

23 years ago2001-06-15 H.J. Lu <hjl@gnu.org>
hjl [Sat, 16 Jun 2001 03:41:45 +0000 (03:41 +0000)]
2001-06-15  H.J. Lu  <hjl@gnu.org>

* lexsup.c (parse_args); Save optind to report unrecognized
option.

23 years ago*** empty log message ***
gdbadmin [Sat, 16 Jun 2001 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

23 years agoMulti-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().
cagney [Fri, 15 Jun 2001 23:50:46 +0000 (23:50 +0000)]
Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().

23 years ago2001-06-15 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Fri, 15 Jun 2001 23:26:07 +0000 (23:26 +0000)]
2001-06-15  Elena Zannoni  <ezannoni@redhat.com>

       * configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux
       running on the IBM S/390.
       * configure: Ditto.

23 years agoMulti-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().
cagney [Fri, 15 Jun 2001 23:10:54 +0000 (23:10 +0000)]
Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().

23 years ago2001-06-15 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 15 Jun 2001 22:44:20 +0000 (22:44 +0000)]
2001-06-15  Michael Snyder  <msnyder@redhat.com>

* infrun.c (context_switch): New function.  Abstract the operation
of saving and restoring infrun's state when switching threads.
(handle_inferior_event): Normalize the handling of the 'thread hop'
event (when the wrong thread hits a thread-specific breakpoint,
and we need to solo-step that thread past the breakpoint).
Call keep_going, instead of target_resume.  Handle the subsequent
singlestep-trap as a normal event instead of just resuming.

23 years agomulti-arch ADDR_BITS_REMOVE.
cagney [Fri, 15 Jun 2001 22:10:21 +0000 (22:10 +0000)]
multi-arch ADDR_BITS_REMOVE.

23 years ago* path.cc (path_conv::check): Deal more robustly with foo/ behavior.
cgf [Fri, 15 Jun 2001 20:35:51 +0000 (20:35 +0000)]
* path.cc (path_conv::check): Deal more robustly with foo/ behavior.

23 years ago * dwarf2.h: Partial merge with gcc version.
bothner [Fri, 15 Jun 2001 19:53:18 +0000 (19:53 +0000)]
* dwarf2.h:  Partial merge with gcc version.
(enum dwarf_descrim_list):  Fix typo -> dwarf_discrim_list.
(DW_LANG_Java):  Use value from dwarf 2.1 draft (also used in gcc).

23 years agoRecognise the s390 host and target.
cagney [Fri, 15 Jun 2001 19:23:44 +0000 (19:23 +0000)]
Recognise the s390 host and target.

23 years ago* gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
cagney [Fri, 15 Jun 2001 19:19:22 +0000 (19:19 +0000)]
* gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
(EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
predicate.
* gdbarch.h, gdbarch.c: Regenerate.
* values.c (value_being_returned): Change the reference to
EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.

23 years agoAdd Paul Hilfinger and Joel Brobecker to the Write After Approval list.
brobecke [Fri, 15 Jun 2001 15:43:05 +0000 (15:43 +0000)]
Add Paul Hilfinger and Joel Brobecker to the Write After Approval list.

23 years ago * ldlang.c (lang_check): Emit fatal error if relocatable link
hp [Fri, 15 Jun 2001 13:13:46 +0000 (13:13 +0000)]
* ldlang.c (lang_check): Emit fatal error if relocatable link
between different object flavours.

23 years ago * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
hp [Fri, 15 Jun 2001 13:02:22 +0000 (13:02 +0000)]
* lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
Set new link_info member export_dynamic.
* ldmain.c (main): Initialize new link_info member export_dynamic.

23 years ago * bfdlink.h (struct bfd_link_info): New member export_dynamic.
hp [Fri, 15 Jun 2001 12:57:02 +0000 (12:57 +0000)]
* bfdlink.h (struct bfd_link_info): New member export_dynamic.

23 years ago * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set size
corinna [Fri, 15 Jun 2001 09:17:10 +0000 (09:17 +0000)]
    * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set size
        parameter to value expected by GetTapeParameters().

23 years agoChnage styp_flags_to_sec_flags() to a boolean function
nickc [Fri, 15 Jun 2001 09:03:12 +0000 (09:03 +0000)]
Chnage styp_flags_to_sec_flags() to a boolean function

23 years agoChnage load_symbols() to a boolean function
nickc [Fri, 15 Jun 2001 09:00:10 +0000 (09:00 +0000)]
Chnage load_symbols() to a boolean function

23 years ago* mkpasswd.c (main): Output passwd file in binary mode so that there are no CRs
cgf [Fri, 15 Jun 2001 04:50:57 +0000 (04:50 +0000)]
* mkpasswd.c (main): Output passwd file in binary mode so that there are no CRs
in the file.
* umount.cc (remove_all_user_mounts): Don't try to remove /cygdrive mounts.

23 years agoIndex: component/ChangeLog
bje [Fri, 15 Jun 2001 04:19:50 +0000 (04:19 +0000)]
Index: component/ChangeLog
2001-06-12  Ben Elliston  <bje@redhat.com>

* CATALOG: Add hw-cache-basic and friends.
* configure.in (make_subdirs): Add cache.
* configure: Regenerate.
* Makefile.in: Ditto.

Index: component/cache/ChangeLog
2001-06-15  Ben Elliston  <bje@redhat.com>

* cache.cxx: New file.
* cache.h: Likewise.
* cacheutil.cxx: Likewise.
* cacheutil.h: Likewise.
* log2.h: Likewise.
* hw-cache.txt: Likewise.

Index: component/testsuite/ChangeLog
2001-06-05  Ben Elliston  <bje@redhat.com>

* Makefile.am: New file.
* Makefile.in: Generate.

2001-06-15  Ben Elliston  <bje@redhat.com>

* sidcomp.cache/cache.exp: New test case.
* sidcomp.cache/cachedocs.exp: Ditto.
* sidcomp.cache/cachemonkey.exp: Ditto.
* sidcomp.cache/coherency.exp: Ditto.
* sidcomp.cache/fifo.exp: Ditto.
* sidcomp.cache/flush.exp: Ditto.
* sidcomp.cache/lock.exp: Ditto.
* sidcomp.cache/lru.exp: Ditto.
* sidcomp.cache/misaligned.exp: Ditto.
* sidcomp.cache/prefetch.exp: Ditto.
* sidcomp.cache/random.exp: Ditto.
* sidcomp.cache/types.exp: Ditto.
* sidcomp.cache/utils.exp: Ditto.
* sidcomp.cache/writealloc.exp: Ditto.
* sidcomp.cache/writethru.exp: Ditto.

23 years ago* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits for
cgf [Fri, 15 Jun 2001 00:21:06 +0000 (00:21 +0000)]
* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits for
directory when !ntsec && !ntea.  Also move common code prior to call to
get_attributes.

23 years ago*** empty log message ***
gdbadmin [Fri, 15 Jun 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago* thread.cc (pthread_cond::Signal): Release the condition access variable
cgf [Thu, 14 Jun 2001 23:53:27 +0000 (23:53 +0000)]
* thread.cc (pthread_cond::Signal): Release the condition access variable
correctly.

23 years agoFix doco on ``!'' and ``R'' packets.
cagney [Thu, 14 Jun 2001 22:10:46 +0000 (22:10 +0000)]
Fix doco on ``!'' and ``R'' packets.

23 years agoIndex: opcodes/ChangeLog
geoffk [Thu, 14 Jun 2001 20:38:41 +0000 (20:38 +0000)]
Index: opcodes/ChangeLog
2001-06-13  Geoffrey Keating  <geoffk@redhat.com>

* cgen-asm.c (cgen_parse_keyword): When looking for the
boundaries of a keyword, allow any special characters
that are actually in one of the allowed keyword.
* cgen-opc.c (cgen_keyword_add): Add any special characters
to the nonalpha_chars field.

Index: cgen/ChangeLog
2001-06-13  Geoffrey Keating  <geoffk@redhat.com>

* desc.scm (<keyword> 'gen-defn): Add extra zero into
CGEN_KEYWORD_ENTRY initializers.

Index: include/opcode/ChangeLog
2001-06-13  Geoffrey Keating  <geoffk@redhat.com>

* cgen.h (cgen_keyword): Add nonalpha_chars field.

23 years ago * gas-test.scm (gen-gas-test): Create 8 testcases, not just 5.
geoffk [Thu, 14 Jun 2001 19:52:57 +0000 (19:52 +0000)]
* gas-test.scm (gen-gas-test): Create 8 testcases, not just 5.
(<operand> 'test-data): Involve both the index and the hardware
in testcase generation.
(<hw-indx> 'test-data): Generate test data from the underlying
object.
(<ifield> 'test-data): Generate test data by computing bit
patterns for the field, then decoding them.
(<hw-address> 'test-data): Allow for new calling convention.
(<hw-iaddress> 'test-data): Likewise.
(<keyword> 'test-data): Convert index values into keywords.
(<hw-asm> 'test-data): Convert index values into integer strings.

23 years ago * gas-test.scm (cgen-build.sh): Escape '.' as well.
geoffk [Thu, 14 Jun 2001 19:51:44 +0000 (19:51 +0000)]
* gas-test.scm (cgen-build.sh): Escape '.' as well.

23 years ago2001-06-14 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 14 Jun 2001 19:27:44 +0000 (19:27 +0000)]
2001-06-14  Michael Snyder  <msnyder@redhat.com>

* remote.c (show_remote_protocol_qSymbol_packet_cmd,
set_remote_protocol_qSymbol_packet_cmd): New functions.
(init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
(remote_check_symbols): New function.  Implement qSymbol packet,
allowing target to request symbol lookup service from gdb.
(remote_open_1, remote_async_open_1): Call remote_check_symbols,
allowing symbol lookup from exec_bfd on connection to target.
(remote_new_objfile): New function.  Catch new objfile notifications
from shared library module, and call remote_check_symbols.
(_initialize_remote): Hook remote_new_objfile into the shared
library notification chain.  Add "set remote symbol-lookup" command.

23 years ago2001-06-13 Michael Snyder <msnyder@redhat.com>
msnyder [Thu, 14 Jun 2001 19:17:00 +0000 (19:17 +0000)]
2001-06-13  Michael Snyder  <msnyder@redhat.com>

* gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".

23 years ago* fhandler.cc (fhandler_base::open): Set win32 access flags
duda [Thu, 14 Jun 2001 18:21:17 +0000 (18:21 +0000)]
* fhandler.cc (fhandler_base::open): Set win32 access flags
to 0, when requested.
* fhandler.h: New status flag FH_QUERYOPEN.
(fhandler::get_query_open): New function.
(fhandler::set_query_open): Ditto.
* syscalls.cc (stat_worker): Request query-only open mode.

23 years ago * tracepoint.c (trace_command): We now have tracepoint
kseitz [Thu, 14 Jun 2001 17:09:35 +0000 (17:09 +0000)]
* tracepoint.c (trace_command): We now have tracepoint
events. Get rid of those ugly hooks.
(tracepoint_operation): Likewise.
(trace_pass_command): Likewise.

23 years agoRemove reference to Cygnus.
davidsb [Thu, 14 Jun 2001 08:43:42 +0000 (08:43 +0000)]
Remove reference to Cygnus.

23 years agoteeny tiny typo
davidsb [Thu, 14 Jun 2001 08:38:24 +0000 (08:38 +0000)]
teeny tiny typo

23 years ago2001-06-13 Philip Blundell <philb@gnu.org>
pb [Thu, 14 Jun 2001 07:58:11 +0000 (07:58 +0000)]
2001-06-13  Philip Blundell  <philb@gnu.org>

* config/tc-arm.c (thumb_shift): Improve wording of error message.
(do_t_arit): Likewise.

23 years ago* lib/gdb.exp (gdb_test): Doc fix.
jimb [Thu, 14 Jun 2001 00:12:31 +0000 (00:12 +0000)]
* lib/gdb.exp (gdb_test): Doc fix.

23 years ago*** empty log message ***
gdbadmin [Thu, 14 Jun 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago2001-06-13 Michael Snyder <msnyder@redhat.com>
msnyder [Wed, 13 Jun 2001 22:56:16 +0000 (22:56 +0000)]
2001-06-13  Michael Snyder  <msnyder@redhat.com>

        * gdbthread.h (struct thread_info): Add new fields:
        current_line, current_symtab, step_sp, for saved infrun state.
        * thread.c (save_infrun_state, load_infrun_state): Save and
        restore current_line, current_symtab, and step_sp.
        (add_thread): Rather than adding assignments to initialize
the new fields, just use memset (tp, 0, sizeof (*tp).
This way future new fields will not be overlooked.
        * infrun.c (handle_inferior_event): Save and restore save_sp,
        current_line, and current_symtab when switching threads.

23 years ago2001-06-13 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 13 Jun 2001 21:00:39 +0000 (21:00 +0000)]
2001-06-13  Elena Zannoni  <ezannoni@redhat.com>

       * MAINTAINERS: Add Andrew Cagney as co-maintainer of
       testsuite/gdb.mi.

23 years ago * generic/gdbtk-bp.c (gdbtk_tracepoint_create): Change
kseitz [Wed, 13 Jun 2001 20:01:41 +0000 (20:01 +0000)]
* generic/gdbtk-bp.c (gdbtk_tracepoint_create): Change
parameter to int to match breakpoint notifications.
(gdbtk_tracepoint_modify): Ditto.
(gdbtk_tracepoint_delete): Ditto.
(tracepoint_notify): Ditto.
* generic/gdbtk-hooks.c (gdbtk_add_hooks): Remove
tracepoint hooks and install tracepoint event handlers.

23 years agoHandle GDB's gdb/version.in.
cagney [Wed, 13 Jun 2001 19:00:21 +0000 (19:00 +0000)]
Handle GDB's gdb/version.in.

23 years agos/basename/lbasename/ clean up consequences of assuming lbasename()
cagney [Wed, 13 Jun 2001 18:30:06 +0000 (18:30 +0000)]
s/basename/lbasename/ clean up consequences of assuming lbasename()
returns const char *.

23 years ago* who.texinfo: Oops. Add a couple of important folk.
cgf [Wed, 13 Jun 2001 17:54:55 +0000 (17:54 +0000)]
* who.texinfo: Oops.  Add a couple of important folk.

23 years ago* who.texinfo: Remove email addresses. Modernize.
cgf [Wed, 13 Jun 2001 17:50:25 +0000 (17:50 +0000)]
* who.texinfo: Remove email addresses.  Modernize.

23 years agoStop sh-coff port from trying to call dwarf2 debug functions
nickc [Wed, 13 Jun 2001 16:46:01 +0000 (16:46 +0000)]
Stop sh-coff port from trying to call dwarf2 debug functions

23 years ago * gas/vtable/vtable.exp (run_list_test): Don't run on sparc64.
aj [Wed, 13 Jun 2001 13:42:41 +0000 (13:42 +0000)]
* gas/vtable/vtable.exp (run_list_test): Don't run on sparc64.