OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
23 years ago * readelf.c: Add missing prototypes.
amodra [Thu, 9 Aug 2001 14:46:49 +0000 (14:46 +0000)]
* readelf.c: Add missing prototypes.
* objdump.c: Likewise.  Format existing prototypes.

23 years ago * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
amodra [Thu, 9 Aug 2001 14:44:17 +0000 (14:44 +0000)]
* emultempl/elf32.em (output_prev_sec_find): Add missing prototype.

23 years ago * symbols.c: Add missing prototypes.
amodra [Thu, 9 Aug 2001 14:42:06 +0000 (14:42 +0000)]
* symbols.c: Add missing prototypes.
* config/e-i386elf.c: Likewise.
* config/e-i386coff.c: Likewise.
* config/e-i386aout.c: Likewise.
* config/obj-coff.c: Likewise.
(def_symbol_in_progress, stack): Move definition.
* config/obj-elf.c: Add missing prototypes.
(obj_elf_change_section): Make static.
(obj_elf_parse_section_letters): Likewise.
(obj_elf_section_word): Likewise.
(obj_elf_section_type): Likewise.

23 years ago * coff-rs6000.c: Add missing prototypes.
amodra [Thu, 9 Aug 2001 14:38:04 +0000 (14:38 +0000)]
* coff-rs6000.c: Add missing prototypes.
(xcoff_ppc_relocate_section, xcoff_is_lineno_count_overflow,
xcoff_is_reloc_count_overflow, xcoff_loader_symbol_offset,
xcoff_loader_reloc_offset): Make static.
* dwarf1.c: Add missing prototypes.
* dwarf2.c: Add missing prototypes.
(struct abbrev_info): Move definition.
(struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
* elf.c: Add missing prototypes.
* elf32-gen.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-ppc.c: Likewise.
(ppc_elf_sort_rela): Use PTR instead of "void *".
* elflink.h: Add missing prototypes.  Formatting fixes.
* merge.c: Add missing prototypes.
(last4_eq): Use PTR instead of "void *".
(last_eq): Likewise.
* syms.c: Add missing prototypes.

23 years ago * scripttempl/elf.sc: Move non-text .dynamic section before
amodra [Thu, 9 Aug 2001 14:25:59 +0000 (14:25 +0000)]
* scripttempl/elf.sc: Move non-text .dynamic section before
.plt/.got/.sdata* group.
(OTHER_GOT_SECTIONS): Move to immediately after .got.
(OTHER_SDATA_SECTIONS): Add.
* emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
OTHER_GOT_SECTIONS.
* emulparams/crislinux.sh: Likewise.
* emulparams/elf32b4300.sh: Likewise.
* emulparams/elf32bmip.sh: Likewise.
* emulparams/elf32bmipn32.sh: Likewise.
* emulparams/elf32bsmip.sh: Likewise.
* emulparams/elf32btsmip.sh: Likewise.
* emulparams/elf32ebmip.sh: Likewise.
* emulparams/elf32elmip.sh: Likewise.
* emulparams/elf32l4300.sh: Likewise.
* emulparams/elf32lmip.sh: Likewise.
* emulparams/elf32lsmip.sh: Likewise.
* emulparams/elf32ltsmip.sh: Likewise.
* emulparams/elf64bmip.sh: Likewise.
* emulparams/elf64btsmip.sh: Likewise.
* emulparams/elf64ltsmip.sh: Likewise.

23 years agoFix formatting
nickc [Thu, 9 Aug 2001 09:09:03 +0000 (09:09 +0000)]
Fix formatting

23 years agoChange 'partial_inplace' to true (this target uses REL relocations) and
nickc [Thu, 9 Aug 2001 09:00:57 +0000 (09:00 +0000)]
Change 'partial_inplace' to true (this target uses REL relocations) and
'pcrel_offset' to false (the PC is implied, not stored in the offset).

23 years agomerge from gcc
dj [Thu, 9 Aug 2001 00:05:36 +0000 (00:05 +0000)]
merge from gcc

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

23 years ago* include/wchar.h: Define __need_wint_t.
cgf [Wed, 8 Aug 2001 19:26:24 +0000 (19:26 +0000)]
* include/wchar.h: Define __need_wint_t.

23 years ago * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
earnie [Wed, 8 Aug 2001 17:25:22 +0000 (17:25 +0000)]
* include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
* lib/oleaut32.def: Regenerate.

23 years ago2001-08-08 Don Howard <dhoward@redhat.com>
dhoward [Wed, 8 Aug 2001 16:15:37 +0000 (16:15 +0000)]
2001-08-08  Don Howard  <dhoward@redhat.com>

* stabsread.c (read_type): Add support for const and volatile
modifiers.

23 years ago * config/tc-ppc.c (md_apply_fix3): Replace haphazard code for
amodra [Wed, 8 Aug 2001 13:23:07 +0000 (13:23 +0000)]
* config/tc-ppc.c (md_apply_fix3): Replace haphazard code for
determining reloc type with code reading operands->reloc field.

23 years ago * ppc.h (struct powerpc_operand): New field `reloc'.
amodra [Wed, 8 Aug 2001 13:19:36 +0000 (13:19 +0000)]
* ppc.h (struct powerpc_operand): New field `reloc'.
* ppc-opc.c: Include "bfd.h".
(powerpc_operands): Add new field for reloc type.

23 years ago * genscripts.sh: Source the emulparams script before each output
amodra [Wed, 8 Aug 2001 13:14:37 +0000 (13:14 +0000)]
* genscripts.sh: Source the emulparams script before each output
script is generated so that variables like `RELOCATING' may affect
variables defined in the emulparams script.

23 years ago * config/obj-elf.c (elf_copy_symbol_attributes): Make it a global
amodra [Wed, 8 Aug 2001 13:11:57 +0000 (13:11 +0000)]
* config/obj-elf.c (elf_copy_symbol_attributes): Make it a global
function, and expand old obj-elf.h OBJ_COPY_SYMBOL_ATTRIBUTES here.
* config/obj-elf.h (elf_copy_symbol_attributes): Declare.
(OBJ_COPY_SYMBOL_ATTRIBUTES): Call elf_copy_symbol_attributes.

23 years ago * elf-bfd.h (struct elf_backend_data): Add want_got_sym.
amodra [Wed, 8 Aug 2001 13:09:32 +0000 (13:09 +0000)]
* elf-bfd.h (struct elf_backend_data): Add want_got_sym.
* elfxx-target.h (elf_backend_want_got_sym): Define.
(elfNN_bed): Add elf_backend_want_got_sym.
* elflink.c (_bfd_elf_create_got_section): Define
_GLOBAL_OFFSET_TABLE_ only if bed->want_got_sym.

23 years ago* readelf.c (display_debug_info): Add to abbrev_offset the addend
aoliva [Wed, 8 Aug 2001 11:17:46 +0000 (11:17 +0000)]
* readelf.c (display_debug_info): Add to abbrev_offset the addend
of any RELA relocation for the abbrev_offset memory location that
refers to the .debug_abbrev section symbol.

23 years ago* dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
aoliva [Wed, 8 Aug 2001 11:17:34 +0000 (11:17 +0000)]
* dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
(find_rela_addend): New function.
(parse_comp_unit): Call it to find the abbrev offset addend.
(_bfd_dwarf2_find_nearest_line): Initialize and maintain the new
members of dwarf2_debug as debugging information is read.

23 years ago * security.cc (alloc_sd): Revert to setting inheritance attribute for
corinna [Wed, 8 Aug 2001 10:00:35 +0000 (10:00 +0000)]
    * security.cc (alloc_sd): Revert to setting inheritance attribute for
        permissions given to directories. Never set inheritance on NULL ACE.

23 years ago * output-file.c (output_file_create): Don't try to open using
amodra [Wed, 8 Aug 2001 01:10:17 +0000 (01:10 +0000)]
* output-file.c (output_file_create): Don't try to open using
FOPEN_W as it's unnecessary and VMS doesn't define FOPEN_W.

23 years ago2001-08-07 Ben Elliston <bje@redhat.com>
bje [Wed, 8 Aug 2001 00:16:09 +0000 (00:16 +0000)]
2001-08-07  Ben Elliston  <bje@redhat.com>

* configrun-sid.in (%options): New hash containing options/help.
(@options): Set to keys (%options).
(usage): Use the new structure of %options.

23 years ago*** empty log message ***
gdbadmin [Wed, 8 Aug 2001 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago2001-08-07 H.J. Lu <hjl@gnu.org>
hjl [Tue, 7 Aug 2001 20:15:00 +0000 (20:15 +0000)]
2001-08-07  H.J. Lu  <hjl@gnu.org>

* readelf.c (process_file): Return 0 if OK, otherwise return 1.
(main): Return process_file ().

23 years agoSupport relocs for sh-coff targets as well as sh-pe.
nickc [Tue, 7 Aug 2001 18:32:07 +0000 (18:32 +0000)]
Support relocs for sh-coff targets as well as sh-pe.

23 years ago * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for group
corinna [Tue, 7 Aug 2001 16:14:58 +0000 (16:14 +0000)]
    * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for group
        if S_ISVTX attribute is given.
        * dir.cc (mkdir): Allow immediate setting of S_ISUID, S_ISGID and
        S_ISVTX attribute.
        * syscalls.cc (_open): Ditto.

23 years ago * dir.cc (mkdir): Set security attributes correctly for
corinna [Tue, 7 Aug 2001 15:09:54 +0000 (15:09 +0000)]
    * dir.cc (mkdir): Set security attributes correctly for
        CreateDirectoryA () call if ntsec is on. Don't call
        set_file_attributes () then.
        * fhandler.cc (fhandler_base::open): Ditto for CreateFileA () call.
        * path.cc (symlink): Ditto.
        * security.cc (set_security_attribute): New function.
        * security.h: Add declaration for `allow_ntea' and
        `set_security_attribute'.

23 years agoReplace a bunch of magic constants in tc-mips.c with their proper
ths [Tue, 7 Aug 2001 13:22:46 +0000 (13:22 +0000)]
Replace a bunch of magic constants in tc-mips.c with their proper
defines from mips.h.

23 years agoSome formatting fixes and assorted cleanup in tc-mips.c.
ths [Tue, 7 Aug 2001 13:15:24 +0000 (13:15 +0000)]
Some formatting fixes and assorted cleanup in tc-mips.c.

23 years ago * config/tc-mips.c (md_begin): Take -mcpu value into account even when
ths [Tue, 7 Aug 2001 12:46:21 +0000 (12:46 +0000)]
* config/tc-mips.c (md_begin): Take -mcpu value into account even when
-mipsX is specified. Make both -mcpu/-march and -mcpu/-mtune pairs
mutually exclusive (if they are different).
(md_parse_option): Warn if an -march/-mtune/-mcpu/-m<cpu> option is
set more than once.

23 years ago * mips-dis.c (print_insn_arg): Don't use software integer registers
ths [Tue, 7 Aug 2001 12:36:12 +0000 (12:36 +0000)]
* mips-dis.c (print_insn_arg): Don't use software integer registers
for coprocessor registers.
(_print_insn_mips): Get distinction between old ABI and new ABI right.

23 years ago * grp.cc (class grp_check): New class. Make `group_state'
corinna [Tue, 7 Aug 2001 08:56:22 +0000 (08:56 +0000)]
    * grp.cc (class grp_check): New class. Make `group_state'
        a member of class grp_check.
        (read_etc_group): Free former allocated memory on reread.
        * passwd.cc (class pwd_check): New class Make `passwd_state'
        a member of class pwd_check.
        (read_etc_passwd): Free former allocated memory on reread.

23 years ago* fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console
cgf [Tue, 7 Aug 2001 05:15:58 +0000 (05:15 +0000)]
* fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console
area if it is already initialized.
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Augment debugging info.

23 years ago2001-08-06 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 7 Aug 2001 01:56:58 +0000 (01:56 +0000)]
2001-08-06  Frank Ch. Eigler  <fche@redhat.com>

* (*.conf): Regenerated without dud loader in gdb configurations.

23 years ago2001-08-06 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 7 Aug 2001 01:45:34 +0000 (01:45 +0000)]
2001-08-06  Frank Ch. Eigler  <fche@redhat.com>

        * configrun-sid.in (opt_load): Don't load if empty $exec.
        Always create mappers, separately from opt_load logic.

23 years ago2001-08-06 Ben Elliston <bje@redhat.com>
bje [Tue, 7 Aug 2001 00:33:08 +0000 (00:33 +0000)]
2001-08-06  Ben Elliston  <bje@redhat.com>

* configrun-sid.in (%component_libs): Add "cache" key/value.

23 years ago2001-08-06 Ben Elliston <bje@redhat.com>
bje [Tue, 7 Aug 2001 00:32:12 +0000 (00:32 +0000)]
2001-08-06  Ben Elliston  <bje@redhat.com>

* (*.conf): Regenerate with cache component included.

23 years ago* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
cgf [Tue, 7 Aug 2001 00:01:41 +0000 (00:01 +0000)]
* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
* fhandler.cc (fhandler_base::fcntl): Only set specific O_NDELAY style flag
passed in from application.
* fhandler_socket.cc (fhandler_socket::fcntl): Ditto.
* fhandler.h: Set constant for future use.
* winsup.h: Define OLD_O_NDELAY only for old programs.
* include/cygwin/version.h: Define CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCK.

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

23 years ago * Makefile.in: Regen.
mdejong [Mon, 6 Aug 2001 22:20:17 +0000 (22:20 +0000)]
* Makefile.in: Regen.
* configure: Regen.
* configure.in: Remove unused ITCL_DIR variable.
* library/Makefile.in: Regen.
* src/Makefile.in: Regen.

23 years ago * Makefile.in:
mdejong [Mon, 6 Aug 2001 22:12:26 +0000 (22:12 +0000)]
* Makefile.in:
* library/Makefile.in:
* src/Makefile.in:
Regenerate Makefiles to account for AR fix
on 2001-08-03.

23 years ago2001-08-02 Michael Snyder <msnyder@redhat.com>
msnyder [Mon, 6 Aug 2001 22:08:12 +0000 (22:08 +0000)]
2001-08-02  Michael Snyder  <msnyder@redhat.com>

* gdb.base/completion.exp: Remove the symbol "a64l" from
the expect string; this is target-specific, and not related
to what is being tested.

23 years ago*** empty log message ***
gdbadmin [Mon, 6 Aug 2001 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago2001-08-05 Philip Blundell <philb@gnu.org>
pb [Sun, 5 Aug 2001 21:01:26 +0000 (21:01 +0000)]
2001-08-05  Philip Blundell  <philb@gnu.org>

* doc/binutils.texi: Use "Thumb" not "THUMB".

23 years ago * include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__.
earnie [Sun, 5 Aug 2001 12:52:42 +0000 (12:52 +0000)]
* include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__.
* include/stdio.h (_IORW): Change constant to 0x0080.
(TMP_MAX): Add new define.
(_P_tmpdir): Ditto.
(_wP_tmpdir): Ditto.
(L_tmpnam): Change constant to 16.
* include/malloc.h: Fix non-ANSI comment after #endif.
* profile/Makefile.in (mkinstalldirs): Correct relative path.

23 years ago * include/wtypes.h: (DECIMAL_SETZERO): Correct typo.
earnie [Sun, 5 Aug 2001 12:47:53 +0000 (12:47 +0000)]
* include/wtypes.h: (DECIMAL_SETZERO): Correct typo.
  * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
* include/oaidl.h: ... to here.
* include/oaidl.h ICreateErrorInfo): Add interface definition.
(IErrorInfo::GetGUID): Change arg to GUID.
(LPSUPPORTERRORINFO): Add typedef.
(IID_ISupportErrorInfo): Change forward decl. of type to IID.
* include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
defines.
* include/commctrl.h (TreeView_SetIndent): Correct typo.
* include/commctrl.h (TBSTYPE_FLAT): Remove define.
* include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
and UNICODE mappings, if _WIN32_IE >= 0x400.
(TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
(CDIS_*,CDDS_*,CDRF_*) : Add defines.
(tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
(tagNMLVCUSTOMDRAW): Likewise.
(tagNMTVCUSTOMDRAW): Likewise.
(tagNMLVCACHEHINT): Likewise.
* include/basetsd.h (#include <_mingw.h>): Remove.
(__int64): Define.
* include/wingdi.h (AC_SRC_OVER): Add define.
(struct _BLENDFUNCTION): Add.
* include/shlobj.h:  Add BIF_* defines.
* include/winerror.h (E_PENDING): Add error code define.
* include/basetsd.h (#include <_mingw.h>): Add directive.
* include/winbase.h(InterlockedCompareExchange): Change args
and return value from PVOID to LONG.
(InterlockedExchange): Change first arg to LPLONG.
(InterlockedCompareExchangePointer): New macro.
(InterlockedExchangePointer): New macro.

23 years ago2001-08-04 H.J. Lu <hjl@gnu.org>
hjl [Sun, 5 Aug 2001 02:22:09 +0000 (02:22 +0000)]
2001-08-04  H.J. Lu  <hjl@gnu.org>

* gas/cris/operand-err-1.s: Updated.

23 years ago2001-08-04 H.J. Lu <hjl@gnu.org>
hjl [Sun, 5 Aug 2001 00:53:27 +0000 (00:53 +0000)]
2001-08-04  H.J. Lu  <hjl@gnu.org>
    Chris G. Demetriou <cgd@broadcom.com>

* gas/mips/e32-rel4.s: Removed.

* gas/mips/e32-rel4.d: Use elf-rel4.s.

* gas/mips/mips.exp: Use the same rel4 test for litte endian.

* gas/mips/mips-abi32-pic.d: Add lines for objdump.
* gas/mips/mips-abi32.d: Likewise.
* gas/mips/mips-gp32-fp32-pic.d: Likewise.
* gas/mips/mips-gp32-fp32.d: Likewise.
* gas/mips/mips-gp32-fp64-pic.d: Likewise.
* gas/mips/mips-gp32-fp64.d: Likewise.
* gas/mips/mips-gp64-fp32-pic.d: Likewise.
* gas/mips/mips-gp64-fp32.d: Likewise.
* gas/mips/mips-gp64-fp64-pic.d: Likewise.
* gas/mips/mips-gp64-fp64.d: Likewise.

* gas/mips/mips-abi32-pic.s: Add space for objdump.
* gas/mips/mips-abi32.s: Likewise.
* gas/mips/mips-gp32-fp32-pic.s: Likewise.
* gas/mips/mips-gp32-fp32.s: Likewise.
* gas/mips/mips-gp32-fp64-pic.s: Likewise.
* gas/mips/mips-gp32-fp64.s: Likewise.
* gas/mips/mips-gp64-fp32-pic.s: Likewise.
* gas/mips/mips-gp64-fp32.s: Likewise.
* gas/mips/mips-gp64-fp64-pic.s: Likewise.
* gas/mips/mips-gp64-fp64.s: Likewise.

* gas/mips/mips-abi32-pic.s: Add the missing .end.
* gas/mips/mips-gp32-fp32-pic.s: Likewise.
* gas/mips/mips-gp32-fp64-pic.s: Likewise.
* gas/mips/mips-gp64-fp32-pic.s: Likewise.
* gas/mips/mips-gp64-fp64-pic.s: Likewise.

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

23 years agoThroughout, change check for running under Windows NT to 'iswinnt'.
cgf [Sat, 4 Aug 2001 21:10:51 +0000 (21:10 +0000)]
Throughout, change check for running under Windows NT to 'iswinnt'.
* dcrt0.cc (set_os_type): Set 'iswinnt' appropriately.
* cygheap.cc (init_cheap): Revert to using VirtualAlloc for allocating cygheap.
(cygheap_setup_for_child_cleanup): New function.  Standard function to call
after calling CreateProcess to cleanup cygheap info passed to child.
(cygheap_fixup_in_child): Copy cygheap from shared memory into allocated space
under Windows 9x or if can't relocate shared space under NT.
* cygheap.h: Declare new function.
* spawn.cc (spawn_guts): Use cygheap_fixup_in_child.
* fork.cc (fork_parent): Ditto.
* winsup.h: Declare iswinnt.

23 years ago* dtable.cc (dtable::release): Avoid messing with console when
duda [Sat, 4 Aug 2001 18:53:53 +0000 (18:53 +0000)]
* dtable.cc (dtable::release): Avoid messing with console when
closing socket.

23 years ago2001-08-02 Dave Brolley <brolley@redhat.com>
brolley [Sat, 4 Aug 2001 15:56:41 +0000 (15:56 +0000)]
2001-08-02  Dave Brolley  <brolley@redhat.com>

* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.

23 years ago2001-08-02 Dave Brolley <brolley@redhat.com>
brolley [Sat, 4 Aug 2001 15:55:44 +0000 (15:55 +0000)]
2001-08-02  Dave Brolley  <brolley@redhat.com>

* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.

23 years ago* build fix
fche [Sat, 4 Aug 2001 12:28:01 +0000 (12:28 +0000)]
* build fix

[e.g., cache/ChangeLog]
2001-08-04  Frank Ch. Eigler  <fche@redhat.com>

* cache.cxx (~cache_component): Define.

23 years ago[ChangeLog]
bje [Sat, 4 Aug 2001 12:10:31 +0000 (12:10 +0000)]
[ChangeLog]
2001-08-02  John Healy  <jhealy@redhat.com>

* lib/cpudefs.exp (run-sid-tests-raw): Renamed loader to cpu-loader.
(run-one-sid-test): Removed un-necessary setting of sid-opts.

2001-08-02  Dave Brolley  <brolley@redhat.com>

* lib/cpudefs.exp: Rename loader to cpu-loader.

2001-07-27  John Healy  <jhealy@redhat.com>

* lib/cpudefs.exp (run-one-sid-test): Added check to see if
protocol was set to sid the baseboard/<target>-sid.exp file
and if so, set sid-opts accordingly.
(sid-run-conf):  Essentially re-written to properly implement
perl-free testing.  Fixed the call to sid-run-conf.
(sid-run-bsp-tests): Added handling for perl-free testing.

2001-07-04  Ben Elliston  <bje@redhat.com>

* lib/docs.exp (doc_exists): Add "extension" arg. Update callers.
(doc_trailing_whitespace): Remove.
(doc_test): Don't invoke doc_trailing_whitespace. Test for the
existence of both .txt and .xml documentation files.
(doc_includes_component): Adjust regexp for XML syntax.

2001-05-29  matthew green  <mrg@redhat.com>

* sidcomp.cgen-cpu.arm7t/armeit.conf: Update for new
--trace-semantics, etc. options.

2001-05-23  Ben Elliston  <bje@redhat.com>

* Makefile.am (EXPECT): Define.
* Makefile.in: Regenerate.

2001-04-04  Ben Elliston  <bje@redhat.com>

* Makefile.am (RUNTEST): Define.
* Makefile.in: Regenerate.

[sidcomp.cgen-cpu.arm7t/ChangeLog]
2001-08-02  Dave Brolley  <brolley@redhat.com>

* armeit.conf: Rename loader to cpu-loader.

23 years ago2001-07-20 Ben Elliston <bje@redhat.com>
bje [Sat, 4 Aug 2001 12:04:47 +0000 (12:04 +0000)]
2001-07-20  Ben Elliston  <bje@redhat.com>

* configure.in: Check whether libintl is required for gettext.
* acinclude.m4: Remove.
* configure: Rebuild.
* aclocal.m4: Likewise.
* Makefile.in: Likewise.

2001-07-10  matthew green  <mrg@redhat.com>

* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* cgen-ops.h (JOINHISI): New define.

2001-07-02  Ben Elliston  <bje@redhat.com>

* common-xml/interface.xml (debug-exec?): Remove.

2001-06-29  graydon hoare  <graydon@redhat.com>

* common-xml/*: Add files.

2001-06-28  Jeff Johnston  <jjohnstn@redhat.com>

* compCGEN.cxx (cgen_cpu::stream_state): Change reference to
debug_exec_p to use new warnings_enabled flag.
(cgen_cpu::destream_state): Ditto.

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

* cgen-cpu.h, tracedis.h: #undef AND unwittingly acquired
from ansidecl.h.

2001-06-20  matthew green  <mrg@redhat.com>

* Makefile.am (INCLUDESBFD, OPCODES, LIBIBERTY, TRACEDIS): Set
unconditionally.
* cgen-cpu.h: Delete CGEN_BFD_DISASSEMBLER conditional.
* compCGEN.cxx: Likewise.
* configure.in (CY_SID_BFD_DISASM_CHECK): Delete.
* configure: Regenerate.
* Makefile.in: Likewise.
* aclocal.m4: Likewise.
* config.in: Likewise.

2001-06-07  matthew green  <mrg@redhat.com>

* Makefile.am (BFDLIBS): Remove.
* Makefile.in: Regenerate.
* cgen-cpu.h (disassemble): Now takes a `const char *name' parameter.
* compCGEN.cxx (cgen_bi_endian_cpu::disassemble): Likewise.
* tracedis.c (cgen_disassemble): Likewise.  Also, call register_name()
with arch & name.
(bfd_get_arch): New dummy function.
(bfd_put_bits, bfd_get_bits): New functions. Copy from libbfd.
(hack_list): New list of arch to name mappings.
(register_name): New function.
(bfd_lookup_arch): New function. Uses hack_list.
* tracedis (cgen_disassemble): Update prototype.

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

* cgen-cpu.h: Move new getter/setter functions to *MEM* from *IMEM*.

2001-06-06  graydon hoare  <graydon@redhat.com>

* cgen-types.h: Add SF,DF,BI types.
* cgen-cpu.h (class cgen_bi_endian_cpu): Add some getter/setter
functions for various memory types.

2001-05-29  matthew green  <mrg@redhat.com>

* Makefile.am (OPCODES, BFDLIB, LIBIBERTY, TRACEDIS, INCLUDESBFD): New
variables set conditionally on CGEN_BFD_DISASSEMBLER.
* acinclude.m4: New. Pull in gettext & bfd.
* cgen-cpu.h: If CGEN_BFD_DISASSEMBLER, include "bfd.h" and "dis-asm.h".
(cgen_bi_endian_cpu): If CGEN_BFD_DISASSEMBLER, new disassemble(),
cgen_read_memory(), cgen_print_address(), cgen_memory_error() and
cgen_symbol_at_address() methods, and new disassemble_info{} info.
New trace_counter() method and int trace_count.
* compCGEN.cxx: If CGEN_BFD_DISASSEMBLER, include "bfd.h", "tracedis.h"
and "dis-asm.h".
(cgen_bi_endian_cpu ctor): Initialise trace_count to zero.
(cgen_bi_endian_cpu::disassemble): New method, calls cgen_disasseble().
(cgen_bi_endian_cpu::cgen_read_memory): New method, conditional on
CGEN_BFD_DISASSEMBLER..
(cgen_bi_endian_cpu::cgen_memory_error): Likewise.
(cgen_bi_endian_cpu::cgen_print_address): Likewise.
(cgen_bi_endian_cpu::cgen_symbol_at_address: Likewise.
(cgen_bi_endian_cpu::trace_counter): New method.
* configure.in (CY_SID_BFD_DISASM_CHECK): Use.
* tracedis.c (cgen_disassemble): New file, front end to disassembler.
* tracedis.h: Header file for above.
* Makefile.in: Regenerated.
* aclocal.m4: Regenerated.
* config.in: Regenerated.
* configure: Regenerated.

2001-03-21  Ben Elliston  <bje@redhat.com>

* Makefile.in: Regenerate.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:57:49 +0000 (11:57 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-cpu-arm7t.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-cpu-arm7t.txt: Generate.

2001-06-29  graydon hoare  <graydon@redhat.com>

* hw-cpu-arm7t.xml: Add.

2001-06-28  Jeff Johnston  <jjohnstn@redhat.com>

* arm7f.cxx (arm7f_cpu::arm_tbit_set): Change reference to
debug_exec_p to use new warnings_enabled flag.

2001-06-21  matthew green  <mrg@redhat.com>

* Makefile.am: Formatting consistency.
* Makefile.in: Regenerate.

2001-06-21  matthew green  <mrg@redhat.com>

* Makefile.am (BFDINCLUDES): New define.
(INCLUDES): Add $(BFDINCLUDES)
* Makefile.in: Regenerate.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:53:47 +0000 (11:53 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-cpu-m32r_d.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-cpu-m32r_d.txt: Generate.

2001-06-29  graydon hoare  <graydon@redhat.com>

* hw-cpu-m32r_d.xml: Add.

2001-06-21  matthew green  <mrg@redhat.com>

* Makefile.am (BFDINCLUDES): New define.
(INCLUDES): Add $(BFDINCLUDES)
* Makefile.in: Regenerate.

23 years ago2001-07-23 Ben Elliston <bje@redhat.com>
bje [Sat, 4 Aug 2001 11:50:50 +0000 (11:50 +0000)]
2001-07-23  Ben Elliston  <bje@redhat.com>

* families/Makefile.am (SUBDIRS): Set to @family_subdirs@.
* families/configure.in: New file.
* families/configure: Likewise.
* families/aclocal.m4: Likewise.

* configure.in (AC_CONFIG_SUBDIRS): Add "families".
(make_subdirs): Remove "families".
(AC_OUTPUT): Remove "families/Makefile".

2001-07-17  graydon hoare  <graydon@redhat.com>

* configure.in: Add support for families/*.

2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* component.dtd: Move here, though XML files refer to copy at
`http://sources.redhat.com/sid/component.dtd'.

2001-07-10  Frank Ch. Eigler  <fche@redhat.com>

* component_html.xsl: Tweak to allow libxml2/libxslt to process.

2001-07-10  matthew green  <mrg@redhat.com>

* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.
* component_html.xsl: Add.

2001-03-22  Ben Elliston  <bje@redhat.com>

* Makefile.in: Regenerate.
* configure: Likewise.
* aclocal.m4: Likewise.

23 years ago2001-07-04 graydon hoare <graydon@redhat.com>
bje [Sat, 4 Aug 2001 11:46:29 +0000 (11:46 +0000)]
2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* sid-control-cfgroot.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* sid-control-cfgroot.xml: Add.

23 years ago* Regenerate with latest maintainer tools.
bje [Sat, 4 Aug 2001 11:44:21 +0000 (11:44 +0000)]
* Regenerate with latest maintainer tools.

23 years ago* Regenerate.
bje [Sat, 4 Aug 2001 11:38:48 +0000 (11:38 +0000)]
* Regenerate.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:37:13 +0000 (11:37 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-timer-arm_ref.xml: Add <?xml ... ?> prefix.

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

* Makefile.am (ACLOCAL_AMFLAGS): Define.
* aclocal.m4, autoconf, Makefile.in: Regenerated.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-timer-arm_ref.txt: Generate.

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

* hw-timer-arm_ref.xml: New file.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:34:52 +0000 (11:34 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* *.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-memory-ram_rom-basic.txt: Generate.
* hw-memory-flash.txt: Likewise.
* hw-memory-flash-am29.txt: Remove.
* hw-memory-flash-at29.txt: Remove.
* Makefile.am (pkgdata_DATA): Incorporate aforementioned changes.
* Makefile.in: Regenerate.

2001-07-02  Ben Elliston  <bje@redhat.com>

* hw-memory-flash.xml: Document memory latency modelling.

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

* generic.cxx (stream_state): Include read-latency, write-latency.
(destream_state): Ditto.

* hw-memory-ram_rom-basic.xml: Merge in changes since 2001-06-01.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-memory-flash.xml: Add.
* hw-memory-ram_rom-basic.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:32:17 +0000 (11:32 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* bridge-tcl.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* bridge-tcl.txt: Generate.

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

* bridge-tcl.xml: Merge in changes since 2001-06-01.

2001-06-27  graydon hoare  <graydon@redhat.com>

* bridge-tcl.xml: Add.

23 years ago* changes for XML documentation.
bje [Sat, 4 Aug 2001 11:28:50 +0000 (11:28 +0000)]
* changes for XML documentation.
* no ChangeLog entries given.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:25:47 +0000 (11:25 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* *.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-visual-lcd.txt: Generate.
* hw-lcd-t6963c.txt: Likewise.
* hw-lcd-hd44780u.txt: Likewise.
* hw-lcd-char-display.txt: Likewise.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-visual-lcd.xml: Add.
* hw-lcd-t6963c.xml: Add.
* hw-lcd-hd44780u.xml: Add.
* hw-lcd-char-display.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:23:04 +0000 (11:23 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* *.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-glue-probe-bus.txt: Generate.
* hw-glue-sequence.txt: Likewise.
* hw-glue-bus-mux.txt: Likewise.
* sw-glue-attribbank.txt: Likewise.

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

* hw-glue-probe-bus.xml: Merge in changes since 2001-06-01.

2001-06-27  graydon hoare  <graydon@redhat.com>

* sw-glue-attribbank.xml: Add.
* hw-glue-probe-bus.xml: Add.
* hw-glue-sequence.xml: Add.
* hw-glue-bus-mux.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:20:36 +0000 (11:20 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* sw-gloss-arm_angel.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* sw-gloss-arm_angel.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* sw-gloss-arm_angel.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago* new files.
bje [Sat, 4 Aug 2001 11:17:16 +0000 (11:17 +0000)]
* new files.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:16:31 +0000 (11:16 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* *.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* Makefile.am (DOCS): Define.
(pkgdata_DATA): Use it.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-interrupt-arm_ref.txt: Generate.
* hw-interrupt-cogent_cma222.txt: Likewise.

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

* Makefile.am (libinterrupt_la_SOURCES): Add $(EXTRASRC).
(DEJAGNUTESTS): Add $(EXTRATESTS).
* Makefile.in: Regenerate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-interrupt-cogent_cma222.xml: Add.
* hw-interrupt-arm_ref.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:12:02 +0000 (11:12 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* sid-sched.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* sid-sched.txt: Generate.

2001-07-02  Ben Elliston  <bje@redhat.com>

* sid-sched.xml: Transcription fix -- replace "sid-sched-accurate"
with "sid-sched-host-accurate".

2001-06-27  graydon hoare  <graydon@redhat.com>

* sid-sched.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:07:50 +0000 (11:07 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* sw-load-elf.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* sw-load-elf.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* sw-load-elf.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:06:06 +0000 (11:06 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-remap_pause-arm_ref.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-remap_pause-arm_ref.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-remap_pause-arm_ref.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:04:20 +0000 (11:04 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-cache.xml: Add <?xml ... ?> prefix.

2001-07-10  matthew green  <mrg@redhat.com>

* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-cache.txt: Generate.

2001-07-02  Ben Elliston  <bje@redhat.com>

* hw-cache.xml: New file.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 11:01:44 +0000 (11:01 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-parport-ps_2.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-parport-ps_2.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-parport-ps_2.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-03-23 John Healy <jhealy@redhat.com>
bje [Sat, 4 Aug 2001 11:00:02 +0000 (11:00 +0000)]
2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 10:58:54 +0000 (10:58 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* sw-profile-gprof.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* sw-profile-gprof.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* sw-profile-gprof.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-23 graydon hoare <graydon@redhat.com>
bje [Sat, 4 Aug 2001 10:57:28 +0000 (10:57 +0000)]
2001-07-23  graydon hoare  <graydon@redhat.com>

* hw-mapper-basic.xml: Document this change.
* hw-mapper-basic.txt: Likewise.

2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-mapper-basic.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-mapper-basic.txt: Generate.

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

* hw-mapper-basic.xml: Merge in changes since 2001-06-01.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-mapper-basic.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 10:54:23 +0000 (10:54 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-disk-ide.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-disk-ide.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-disk-ide.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 10:51:59 +0000 (10:51 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* sid-io-socket.xml, sid-io-stdio.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* sid-io-socket.txt: Generate.
* sid-io-stdio.txt: Likewise.

2001-06-27  graydon hoare  <graydon@redhat.com>

* sid-io-stdio.xml: Add.
* sid-io-socket.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 10:50:28 +0000 (10:50 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* *.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-visual-clock.txt: Generate.
* hw-rtc-sid.txt: Likewise.
* hw-rtc-ds1x42.txt: Likewise.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-visual-clock.xml: Add.
* hw-rtc-sid.xml: Add.
* hw-rtc-ds1x42.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 10:44:39 +0000 (10:44 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* hw-uart-ns16550.xml: Add <?xml ... ?> prefix.

2001-07-04  graydon hoare  <graydon@redhat.com>

* configure.in: Add maintainer-mode doc building configury.
* configure: Regenerate.
* Makefile.am: Add maintainer-mode doc building.
* Makefile.in: Regenerate.

2001-07-04  Ben Elliston  <bje@redhat.com>

* hw-uart-ns16550.txt: Generate.

2001-06-27  graydon hoare  <graydon@redhat.com>

* hw-uart-ns16550.xml: Add.

2001-03-23  John Healy  <jhealy@redhat.com>

* Makefile.in: Regenerated.

23 years ago[bsp/ChangeLog]
bje [Sat, 4 Aug 2001 10:40:26 +0000 (10:40 +0000)]
[bsp/ChangeLog]
2001-08-01  Dave Brolley  <brolley@redhat.com>

* configrun-sid.in (opt_load): New option.
(opt_gdbport): New option.
(mapper): Renamed to cpu-mapper.
(loader): Renamed to cpu-loader.
(gdb): Renamed to cpu-gdb.
(gdb-socket): Renamed to cpu-gdb-socket.
($exec): Reconcile with new --load option.
($opt_gdb): Reconcile with new --gdbport option.

2001-07-18  Jeff Johnston  <jjohnstn@redhat.com>

* configrun-sid.in: Add --enable-warnings option which connects
to enable-warnings? setting of cpu.

2001-05-29  matthew green  <mrg@redhat.com>

* configrun-sid.in ($opt_trace_disassemble): New option variable
for inline disassembly of running code, using new
`--trace-disassemble' option.
($opt_trace_counter): Display a count for instructions as they
run, either for semantic or disassembly tracing, using new
`--trace-counter' option.

[bsp/pregen/ChangeLog]
2001-07-18  Jeff Johnston  <jjohnstn@redhat.com>

* (*.conf): Regenerated after adding --enable-warnings option
to configrun-sid.in.

2001-05-29  matthew green  <mrg@redhat.com>

* arm-cma-tksm.conf: Regenerated.
* arm-cma.conf, arm-gloss-tksm.conf, arm-gloss.conf: Likewise.
* arm-glossBE.conf, arm-pid-redboot-tksm.conf: Likewise.
* arm-pid-redboot.conf, arm-pid-tksm.conf, arm-pid.conf: Likewise.
* arm-pidBE.conf: Likewise.

2001-01-23  Frank Ch. Eigler  <fche@redhat.com>

* *.conf: Regenerated with sorted "load" commands.

2001-01-17  Jeff Johnston  <jjohnstn@redhat.com>

* *.conf: Regenerated.

23 years ago2001-05-29 matthew green <mrg@redhat.com>
bje [Sat, 4 Aug 2001 10:26:51 +0000 (10:26 +0000)]
2001-05-29  matthew green  <mrg@redhat.com>

* sidcpuutil.h (trace_disass_p, trace_semantics_p, trace_counter_p):
New bools controlling disassembly tracing, semantic tracing (what
was trace_result_p), and counter tracing, respectively.
(set_trace_sem, get_trace_sem, set_trace_disasm, get_trace_disasm,
set_trace_count, get_trace_count, get_trace_result): New methods,
mostly for compatibility with old CPU components that use
trace_result_p for what is now trace_semantics_p.  Remove later.
(stream_state, destream_state): Handle trace_disass_p,
trace_semantics_p and trace_counter_p.
(basic_cpu ctor): New virtual attributes `trace-semantics?',
`trace-disassemble?', `trace-counter?'. `trace-result?' is now
virtual, and acts as if `trace-semantics?' was set.
Much of the above can be undone when all CPU ports are converted to
use trace_result_p in the new method.

2001-11-17  Jeff Johnston <jjohnstn@redhat.com>

        * sidbusutil.h (passthrough_word_bus): Changed do_direct_passthrough
        to use reference parameter so address can be modified by routine.

23 years ago2001-07-11 Frank Ch. Eigler <fche@redhat.com>
bje [Sat, 4 Aug 2001 10:20:01 +0000 (10:20 +0000)]
2001-07-11  Frank Ch. Eigler  <fche@redhat.com>

* Makefile.docs: Support xsltproc; prefer it to sabcmd.
* docbuild.m4: Look for xsltproc.

2001-07-05  graydon hoare  <graydon@redhat.com>

* Makefile.docs: Add.
* docbuild.m4: Add.

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

* unix.exp: File removed; moved to testsuite/config/default.exp.

2001-06-20  matthew green  <mrg@redhat.com>

* cgen-bfd-dis.m4: Remove.

2001-05-29  matthew green  <mrg@redhat.com>

* cgen-bfd-dis.m4: New file.

23 years ago* Regenerate with latest maintainer tools.
bje [Sat, 4 Aug 2001 07:32:21 +0000 (07:32 +0000)]
* Regenerate with latest maintainer tools.

23 years ago * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
amodra [Sat, 4 Aug 2001 04:14:09 +0000 (04:14 +0000)]
* emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
order.

23 years ago * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
amodra [Sat, 4 Aug 2001 01:21:43 +0000 (01:21 +0000)]
* emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
ie. iterate over wild_statement.section_list.
(gld${EMULATION_NAME}_place_orphan): Likewise.

23 years agomerge from gcc
dj [Sat, 4 Aug 2001 01:07:57 +0000 (01:07 +0000)]
merge from gcc

23 years ago * configure: Regen.
mdejong [Sat, 4 Aug 2001 00:02:58 +0000 (00:02 +0000)]
* configure: Regen.
* configure.in: Check for cross AR using the
AC_CHECK_TOOL macro to fix cross compile. Use
AC_CHECK_TOOL instead of AC_PROG_RANLIB for
ranlib. The ranlib change is not required
but it is more correct. Move the call to
AC_CANONICAL_HOST up in the file.

23 years ago*** empty log message ***
gdbadmin [Sat, 4 Aug 2001 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

23 years ago * src/tclhelp.c (help_display_file_command): Pass int
mdejong [Fri, 3 Aug 2001 23:22:43 +0000 (23:22 +0000)]
* src/tclhelp.c (help_display_file_command): Pass int
address to Tcl_GetInt instead of an unsigned long to
avoid compiler warning.

23 years ago * src/subcommand.c:
mdejong [Fri, 3 Aug 2001 23:01:54 +0000 (23:01 +0000)]
* src/subcommand.c:
* src/tclgetdir.c:
* src/tclhelp.c:
* src/tclmain.c:
* src/tclmsgbox.c:
* src/tclsizebox.c:
* src/tclwinmode.c:
* src/tclwinpath.c:
* src/tclwinprint.c:
* src/tkWinPrintCanvas.c:
* src/tkWinPrintText.c:
Use ckalloc/ckfree instead of Tcl_Alloc/Tcl_Free
or malloc/free so that allocations will
be marked with file positions when Tcl mem
debug is activated.

23 years ago2001-08-03 John Healy <jhealy@redhat.com>
jhealy [Fri, 3 Aug 2001 22:08:44 +0000 (22:08 +0000)]
2001-08-03  John Healy  <jhealy@redhat.com>

        Patch suggested by Frank Eigler <fche@redhat.com>.
        * objdump.c (disassemble_data): Fill in section member of the
        disasm_info structure.

23 years ago * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
drow [Fri, 3 Aug 2001 21:34:00 +0000 (21:34 +0000)]
    * core-regset.c (fetch_core_registers):  Remove HAVE_GREGSET_T
        and HAVE_FPREGSET_T checks.  Use gdb_gregset_t and gdb_fpregset_t.

23 years ago * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
ciceron [Fri, 3 Aug 2001 20:41:25 +0000 (20:41 +0000)]
* scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
.fini[0-4] sections used by _exit
(CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
(*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
* scripttempl/elfm68hc11.sc: Likewise.

23 years ago2001-08-03 H.J. Lu <hjl@gnu.org>
hjl [Fri, 3 Aug 2001 19:19:40 +0000 (19:19 +0000)]
2001-08-03  H.J. Lu  <hjl@gnu.org>

* emultempl/beos.em (init): Add the missing initialization.

23 years ago * library/srcbar.itcl (_post): New method.
kseitz [Fri, 3 Aug 2001 18:46:41 +0000 (18:46 +0000)]
* library/srcbar.itcl (_post): New method.
(_update_file_menu): New method.
(create_file_menu): Move the guts to _update_file_menu.
Add a post command to the menu.
* library/interface.tcl (gdbtk_tcl_file_changed): Catch the
call to run_hooks.
(gdbtk_tcl_exec_file_display): Save the new session, too.
(set_exe_name): Don't bother saving the session here.
(_close_file): Save the session here, too.
(gdbtk_clear_file): Catch the call to run_hooks, too.
* library/gdbmenubar.itcl (menubar_new_menu): Allow caller
to specify optional arguments to be passed to Tk when
creating the menu.
Tk's "menu add" command returns an empty string. Save the
menu's index in the parent instead. This is what all
the menu subcommands want.

23 years ago * gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test.
rsandifo [Fri, 3 Aug 2001 18:37:42 +0000 (18:37 +0000)]
* gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test.
* gas/mips/e32-rel4.s, gas/mips/e32-rel4.s: New test.

* gas/mips/mips.exp: Run new tests.