OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
21 years agoAdd support for h8300hn and h8300sn
nickc [Mon, 12 May 2003 11:57:20 +0000 (11:57 +0000)]
Add support for h8300hn and h8300sn

21 years ago * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
corinna [Mon, 12 May 2003 11:26:08 +0000 (11:26 +0000)]
    * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.

21 years agoExtend test for circualr debug references.
nickc [Mon, 12 May 2003 11:10:24 +0000 (11:10 +0000)]
Extend test for circualr debug references.

21 years ago * configure.host: Accomodate removing the libc/sys/cygwin dir.
corinna [Mon, 12 May 2003 11:09:38 +0000 (11:09 +0000)]
* configure.host: Accomodate removing the libc/sys/cygwin dir.
* libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call
if __CYGWIN_USE_BIG_TYPES__ is set.
* libc/search/hash.c (__hash_open): Ditto.
(init_hash): Ditto.
* libc/stdio/fseek.c (fseek): Ditto.
* libc/stdio/makebuf.c (__smakebuf): Ditto.
* libc/stdio/mktemp.c (_gettemp): Ditto.
* libc/sys/cygwin/Makefile.am: Remove.
* libc/sys/cygwin/Makefile.in: Remove.
* libc/sys/cygwin/aclocal.m4: Remove.
* libc/sys/cygwin/configure: Remove.
* libc/sys/cygwin/configure.in: Remove.
* libc/sys/cygwin/crt0.c: Move to winsup/cygwin directory.
* libc/sys/cygwin/sys/dirent.h: Move to winsup/cygwin/include/sys
directory.
* libc/sys/cygwin/sys/param.h: Ditto.
* libc/sys/cygwin/sys/utime.h: Ditto.
* libc/sys/cygwin/sys/utmp.h: Ditto.

21 years agoNew (simplified) Chinese translation
nickc [Mon, 12 May 2003 11:06:41 +0000 (11:06 +0000)]
New (simplified) Chinese translation

21 years ago * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.
corinna [Mon, 12 May 2003 11:06:24 +0000 (11:06 +0000)]
* Makefile.in (CYGWIN_START): Define as crt0.o.  Add to TARGET_LIBS.
* fhandler.h (fhandler_virtual::fstat): Remove useless declaration.
* fhandler_virtual.cc: Remove _COMPILING_NEWLIB define.
* ipc.cc (ftok): Use stat64.
* syscalls.cc (_fstat64): Remove alias.
(_fstat): Ditto.
(_stat): Ditto.
(_fstat64_r): New function.
(_fstat_r): Ditto.
(_stat64_r): Ditto.
(stat_r): Ditto.
* crt0.o: New file, moved from newlib.
* include/sys/param.h: Ditto.
* include/sys/utime.h: Ditto.
* include/sys/utmp.h: Ditto.
* include/sys/dirent.h: Ditto.  Expose different struct dirent,
dependening of the environment.

21 years ago * Makefile.common: Remove newlib_sys_include and
corinna [Mon, 12 May 2003 11:06:00 +0000 (11:06 +0000)]
* Makefile.common: Remove newlib_sys_include and
newlib_sys_include_include entirely.  Set CRT0 to cygwin/crt0.o.

21 years ago * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
dannysmith [Mon, 12 May 2003 10:43:08 +0000 (10:43 +0000)]
* include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
IProvideClassInfo2,IConnectionPointContainer,
IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
IPicture,IPictureDisp): Move from here to...
* include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
IProvideClassInfo2,IConnectionPointContainer,
IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
IPicture,IPictureDisp): Here, as per documentation.

21 years ago2003-05-12 Mattia Barbon <mbarbon@dsi.unive.it>
dannysmith [Mon, 12 May 2003 10:35:33 +0000 (10:35 +0000)]
2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>

* include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
* include/winbase.h (TerminateJobObject,
AssignProcessToJobObject): Likewise.
* include/servprov.h: New header.
* lib/test.c: Include servprov.h.

Correct ChangeLog typo

21 years agoUse "bitfield" overflow detection for R_XSTORMY16_16 reloc.
nickc [Mon, 12 May 2003 09:12:47 +0000 (09:12 +0000)]
Use "bitfield" overflow detection for R_XSTORMY16_16 reloc.

21 years agoAllow xstormy-elf-gas to handle "@fptr() - @fptr()" expressions.
nickc [Mon, 12 May 2003 09:09:10 +0000 (09:09 +0000)]
Allow xstormy-elf-gas to handle "@fptr() - @fptr()" expressions.

21 years agoFix typo in spelling of name of R_H8_DIR8 reloc
nickc [Mon, 12 May 2003 08:50:18 +0000 (08:50 +0000)]
Fix typo in spelling of name of R_H8_DIR8 reloc

21 years ago * ld-mmix/b-fixo2.d, ld-mmix/bpo-18.d, ld-mmix/bpo-18m.d,
hp [Mon, 12 May 2003 05:45:37 +0000 (05:45 +0000)]
* ld-mmix/b-fixo2.d, ld-mmix/bpo-18.d, ld-mmix/bpo-18m.d,
ld-mmix/loc4.d, ld-mmix/loc4m.d, ld-mmix/loc6.d, ld-mmix/loc6m.d,
ld-mmix/locdo-1.d, ld-mmix/sec-1.d, ld-mmix/sec-2.d,
ld-mmix/sec-3.d, ld-mmix/sec-4.d, ld-mmix/sec-5.d,
ld-mmix/sec-7m.d, ld-mmix/sec-8m.d, ld-mmix/spec802.d,
ld-mmix/spec803.d, ld-mmix/spec804.d, ld-mmix/spec805.d,
ld-mmix/spec806.d, ld-mmix/spec807.d, ld-mmix/spec808.d: Tweak for
objdump no longer truncating dump addresses.

21 years ago2003-05-11 Jason Eckhardt <jle@rice.edu>
jle [Mon, 12 May 2003 03:35:33 +0000 (03:35 +0000)]
2003-05-11  Jason Eckhardt  <jle@rice.edu>

        * config/tc-i860.c (MAX_FIXUPS): Define.
        (struct i860_fi fi[]): New struct.
        (struct i860_it the_insn): Add above as member and move fields
        exp, reloc, pcrel and fup into i860_fi.
        (md_assemble): Replace all instances of exp, reloc, pcrel
        and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup.
        Add a loop to possibly emit multiple fix-ups for each insn.
        (i860_process_insn): Likewise.
        (i860_get_expression): Likewise.
        (md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality.

21 years ago2003-05-11 Jason Eckhardt <jle@rice.edu>
jle [Mon, 12 May 2003 03:08:02 +0000 (03:08 +0000)]
2003-05-11  Jason Eckhardt  <jle@rice.edu>
* bfd/elf32-i860.c (elf32_i860_relocate_highadj): Properly
adjust upper bits.
(elf32_i860_relocate_splitn): Obtain upper 5 bits from the
proper place.
(elf32_i860_relocate_pc16): Obtain upper 5 bits from the
proper place.

21 years agoUpdate my email address.
jle [Mon, 12 May 2003 02:14:48 +0000 (02:14 +0000)]
Update my email address.

21 years agoIndex: gdb/ChangeLog
cagney [Mon, 12 May 2003 00:26:17 +0000 (00:26 +0000)]
Index: gdb/ChangeLog
2003-05-11  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
* config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
sim/testsuite/sim/arm/misaligned2.ms, and
sim/testsuite/sim/arm/misaligned3.ms.
* disasm.h (struct ui_file): Add opaque struct declaration.
* config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
* frame.h (struct ui_file): Ditto.

Index: gdb/mi/ChangeLog
2003-05-11  Andrew Cagney  <cagney@redhat.com>

* mi-symbol-cmds.c: Rename "mi-cmd-symbol.c", avoid 8.3 problem.

21 years agodaily update
amodra [Mon, 12 May 2003 00:00:05 +0000 (00:00 +0000)]
daily update

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

21 years ago Replace ino_t by __ino64_t throughout.
corinna [Sun, 11 May 2003 21:52:09 +0000 (21:52 +0000)]
Replace ino_t by __ino64_t throughout.

21 years agoadd more comments on use of unsigned modes
devans [Sun, 11 May 2003 20:06:20 +0000 (20:06 +0000)]
add more comments on use of unsigned modes

21 years ago * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
schwab [Sun, 11 May 2003 16:19:12 +0000 (16:19 +0000)]
* elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
complicated tests for unresolvable relocs with a simple direct
scheme using "unresolved_reloc" var.  Report some detail on
bfd_reloc_outofrange and similar errors.

21 years ago * libc/include/sys/types.h: Don't define key_t for Cygwin.
corinna [Sun, 11 May 2003 12:51:51 +0000 (12:51 +0000)]
* libc/include/sys/types.h: Don't define key_t for Cygwin.

21 years ago * include/cygwin/types.h: Add key_t typedef.
corinna [Sun, 11 May 2003 12:50:18 +0000 (12:50 +0000)]
* include/cygwin/types.h: Add key_t typedef.

21 years ago* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit
cgf [Sun, 11 May 2003 00:23:41 +0000 (00:23 +0000)]
* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit
inodes.

21 years ago* dir.cc (readdir): Fill out new old_d_ino field.
cgf [Sun, 11 May 2003 00:10:09 +0000 (00:10 +0000)]
* dir.cc (readdir): Fill out new old_d_ino field.
* fhandler.h (fhandler_base::namehash): Define as ino_t.
(fhandler_base::get_namehash): Ditto.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Accommodate new 64
bit st_ino.
* fhandler_socket.cc (fhandler_socket::fstat): Ditto.
* path.cc (hash_path_name): Return ino_t.
* syscalls.cc (stat64_to_stat32): Convert 64 bit inode to 32 bit.
* winsup.h (hash_path_name): Declare as returning ino_t.
* include/cygwin/stat.h (__stat32): Use 32 bit st_ino.
(__stat64): Use 64 bit st_ino.
* include/cygwin/types.h (__ino64_t): Define.
(__ino32_t): Ditto.
(ino_t): Define appropriately.

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

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

21 years ago* value.h: Pretty print.
kettenis [Sat, 10 May 2003 23:10:08 +0000 (23:10 +0000)]
* value.h: Pretty print.

21 years ago* config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
kettenis [Sat, 10 May 2003 20:14:42 +0000 (20:14 +0000)]
* config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.

21 years ago2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 10 May 2003 15:32:39 +0000 (15:32 +0000)]
2003-05-10  H.J. Lu <hongjiu.lu@intel.com>

* Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
(gdb.dvi): Likewise.
(gdb.pdf): Likewise.
(links2roff): Likewise.

21 years ago * include/shlguid.h (CGID_ShellServiceObject): Declare.
dannysmith [Sat, 10 May 2003 09:20:09 +0000 (09:20 +0000)]
* include/shlguid.h (CGID_ShellServiceObject): Declare.
* lib/uuid.c (CGID_ShellServiceObject): Define guid.
Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
* include/winuser.h (SetLayeredWindowAttributes): Add prototype.
* lib/user32.def (SetLayeredWindowAttributes): Add stub.
* lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.

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

21 years ago*** empty log message ***
gdbadmin [Sat, 10 May 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get
corinna [Fri, 9 May 2003 22:11:24 +0000 (22:11 +0000)]
* Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get
leading underscore.
* cygwin.din: Ditto.
* include/cygwin/version.h: Bump API minor number.

21 years ago * linux-target.c (mips_singlestep): Don't any consider cop0 or cop1x
kevinb [Fri, 9 May 2003 22:06:12 +0000 (22:06 +0000)]
* linux-target.c (mips_singlestep): Don't any consider cop0 or cop1x
instructions to be conditional branches.  Expand set of cop1
opcodes considered to be conditional branches.

21 years ago * libc/include/sys/config.h: Remove all Cygwin specific configuration.
corinna [Fri, 9 May 2003 21:38:30 +0000 (21:38 +0000)]
* libc/include/sys/config.h: Remove all Cygwin specific configuration.
Include cygwin/config.h instead.

21 years ago * include/cygwin/config.h: New file.
corinna [Fri, 9 May 2003 21:27:39 +0000 (21:27 +0000)]
* include/cygwin/config.h: New file.

21 years ago * libltp/include/test.h: Remove gethostid declaration.
corinna [Fri, 9 May 2003 20:53:21 +0000 (20:53 +0000)]
* libltp/include/test.h: Remove gethostid declaration.

21 years agoAdd missing changelog entry for last commit:
drow [Fri, 9 May 2003 20:05:46 +0000 (20:05 +0000)]
Add missing changelog entry for last commit:
* configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.

21 years ago * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
drow [Fri, 9 May 2003 20:05:04 +0000 (20:05 +0000)]
* Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
(earmelfb.c, earmelfb_linux.c): New rules.
* Makefile.in: Regenerated.
* emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.

21 years agorevert errnoneous checkin
cgf [Fri, 9 May 2003 17:58:20 +0000 (17:58 +0000)]
revert errnoneous checkin

21 years ago* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
cgf [Fri, 9 May 2003 17:56:56 +0000 (17:56 +0000)]
* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
waiting for signal delivery.

21 years ago * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
sky [Fri, 9 May 2003 16:41:41 +0000 (16:41 +0000)]
* elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
* elf64-s390.c: Likewise.

21 years agooops - update date in ChangeLog entry
nickc [Fri, 9 May 2003 16:13:45 +0000 (16:13 +0000)]
oops - update date in ChangeLog entry

21 years agoDefault to generating a fatal error message if a loadable section is not
nickc [Fri, 9 May 2003 16:12:06 +0000 (16:12 +0000)]
Default to generating a fatal error message if a loadable section is not
allocated to a memory region when regions are defined.

21 years ago * ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
sky [Fri, 9 May 2003 15:35:08 +0000 (15:35 +0000)]
* ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
to linker script.
* ld-elfvsb/elfvsb.exp (visibility_run): Add setup_xfails for s390x.
* ld-selective/selective.exp: Disable for s390 and s390x.
* ld-shared/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
to linker script.
* ld-shared/shared.exp (shared_test): Add setup_xfails for s390x.
* ld-undefined/undefined.exp (checkund): Remove setup_xfail for s390x.

21 years ago * config/tc-s390.c (s390_target_format): Always call init_default_arch.
sky [Fri, 9 May 2003 15:32:52 +0000 (15:32 +0000)]
* config/tc-s390.c (s390_target_format): Always call init_default_arch.

21 years ago * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
sky [Fri, 9 May 2003 15:29:46 +0000 (15:29 +0000)]
* elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
(elf_s390_adjust_dynamic_symbol): For weak symbols, copy
ELF_LINK_NON_GOT_REF from weakdef.
(elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
already been adjusted before treating it specially.
* el64-s390.c: Likwise.

21 years ago * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
sky [Fri, 9 May 2003 15:17:54 +0000 (15:17 +0000)]
    * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
non-default visibility, a) don't make them dynamic, b) discard
space for dynamic relocs.
(elf_s390_relocate_section): Initialize the GOT entries and skip
R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
symbols with non-default visibility.
* elf64-s390.c: Likewise.

21 years ago * i386-dis.c (print_insn): Test intel_syntax against (char) -1 in
amodra [Fri, 9 May 2003 11:36:43 +0000 (11:36 +0000)]
* i386-dis.c (print_insn): Test intel_syntax against (char) -1 in
case char is unsigned.

21 years ago * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
amodra [Fri, 9 May 2003 11:36:09 +0000 (11:36 +0000)]
* xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
gen_num_opcodes_fn return type.

21 years ago * cpu-arm.c (arm_check_note): Warning fix.
amodra [Fri, 9 May 2003 11:35:34 +0000 (11:35 +0000)]
* cpu-arm.c (arm_check_note): Warning fix.
* elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes.  Arrange
to keep relocs if edited.
(iq2000_elf_print_private_bfd_data): Return TRUE.
* elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
ELF64_R_SYM.
(elfNN_ia64_relax_ldxmov): Warning fix.
* xtensa-isa.c (xtensa_add_isa): Warning fix.
* xtensa-modules.c (get_num_opcodes): Warning fix.

21 years ago * elf.c (elf_fake_sections): Use correct cast for sh_name.
amodra [Fri, 9 May 2003 10:58:12 +0000 (10:58 +0000)]
* elf.c (elf_fake_sections): Use correct cast for sh_name.

21 years ago * linux-target.c (mips_singlestep): Don't interpret all coprocessor
kevinb [Fri, 9 May 2003 05:13:42 +0000 (05:13 +0000)]
* linux-target.c (mips_singlestep): Don't interpret all coprocessor
instructions as conditional branches.

21 years ago * Makefile.am (em68hc11elf.c): Correct dependencies.
amodra [Fri, 9 May 2003 02:28:00 +0000 (02:28 +0000)]
* Makefile.am (em68hc11elf.c): Correct dependencies.
(em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
* Makefile.in: Regenerate.
* emultempl/elf32.em (find_exp_assignment): Adjust for changed
bfd_elf_record_link_assignment name.

21 years ago * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
amodra [Fri, 9 May 2003 02:26:52 +0000 (02:26 +0000)]
* elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
elflink.h.  Replace LOG_FILE_ALIGN with bed->s->log_file_align.
(_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
(bfd_elf_record_link_assignment): Move from elflink.h.
(_bfd_elf_merge_symbol): Likewise.
(_bfd_elf_add_default_symbol): Likewise.
(_bfd_elf_export_symbol): Likewise.
(_bfd_elf_link_find_version_dependencies): Likewise.
(_bfd_elf_link_assign_sym_version): Likewise.
(_bfd_elf_link_read_relocs): Likewise.
(_bfd_elf_link_size_reloc_section): Likewise.
(_bfd_elf_fix_symbol_flags): Likewise.
(_bfd_elf_adjust_dynamic_symbol): Likewise.
(_bfd_elf_link_sec_merge_syms): Likewise.
(elf_link_read_relocs_from_section): Likewise.  Use bed->s->sizeof_rel
and bed->s->sizeof_rela.
(_bfd_elf_link_output_relocs): Likewise.
* elf-bfd.h (struct elf_size_info): Rename file_align to
log_file_align.
(struct elf_info_failed): Move from elflink.h.
(struct elf_assign_sym_version_info): Likewise.
(struct elf_find_verdep_info): Likewise.
(_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
(_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
_bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
_bfd_elf_link_assign_sym_version,
_bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
_bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
_bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
_bfd_elf_link_sec_merge_syms): Declare.
(bfd_elf32_link_create_dynamic_sections): Don't declare.
(_bfd_elf32_link_read_relocs): Likewise.
(bfd_elf64_link_create_dynamic_sections): Likewise.
(_bfd_elf64_link_read_relocs): Likewise.
* elflink.h: Move lots o' stuff elsewhere.
* bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
(bfd_elf64_record_link_assignment): Likewise.
(bfd_elf_record_link_assignment): Declare.
* bfd-in2.h: Regenerate.
* elfcode.h (elf_link_create_dynamic_sections): Don't declare.
(NAME(_bfd_elf,size_info)): Adjust for log_file_align.
* elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
(assign_file_positions_for_segments): Likewise.
(assign_file_positions_except_relocs): Likewise.
(swap_out_syms, elfcore_write_note): Likewise.
* elf-m10200.c: Adjust for changed function names.
* elf-m10300.c: Likewise.
* elf32-arm.h: Likewise.
* elf32-h8300.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-ip2k.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-m68hc11.c: Likewise.
* elf32-m68hc1x.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-mips.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-v850.c: Likewise.
* elf32-xtensa.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-mmix.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-sh64.c: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-mips.c: Likewise.
(MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
* elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
* elf64-hppa.c (hppa64_elf_size_info): Likewise.
* elf64-mips.c (mips_elf64_size_info): Likewise.
* elf64-s390.c (s390_elf64_size_info): Likewise.
* elf64-sparc.c (sparc64_elf_size_info): Likewise.

21 years ago * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
amodra [Fri, 9 May 2003 02:26:50 +0000 (02:26 +0000)]
* elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
elflink.h.  Replace LOG_FILE_ALIGN with bed->s->log_file_align.
(_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
(bfd_elf_record_link_assignment): Move from elflink.h.
(_bfd_elf_merge_symbol): Likewise.
(_bfd_elf_add_default_symbol): Likewise.
(_bfd_elf_export_symbol): Likewise.
(_bfd_elf_link_find_version_dependencies): Likewise.
(_bfd_elf_link_assign_sym_version): Likewise.
(_bfd_elf_link_read_relocs): Likewise.
(_bfd_elf_link_size_reloc_section): Likewise.
(_bfd_elf_fix_symbol_flags): Likewise.
(_bfd_elf_adjust_dynamic_symbol): Likewise.
(_bfd_elf_link_sec_merge_syms): Likewise.
(elf_link_read_relocs_from_section): Likewise.  Use bed->s->sizeof_rel
and bed->s->sizeof_rela.
(_bfd_elf_link_output_relocs): Likewise.
* elf-bfd.h (struct elf_size_info): Rename file_align to
log_file_align.
(struct elf_info_failed): Move from elflink.h.
(struct elf_assign_sym_version_info): Likewise.
(struct elf_find_verdep_info): Likewise.
(_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
(_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
_bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
_bfd_elf_link_assign_sym_version,
_bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
_bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
_bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
_bfd_elf_link_sec_merge_syms): Declare.
(bfd_elf32_link_create_dynamic_sections): Don't declare.
(_bfd_elf32_link_read_relocs): Likewise.
(bfd_elf64_link_create_dynamic_sections): Likewise.
(_bfd_elf64_link_read_relocs): Likewise.
* elflink.h: Move lots o' stuff elsewhere.
* bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
(bfd_elf64_record_link_assignment): Likewise.
(bfd_elf_record_link_assignment): Declare.
* bfd-in2.h: Regenerate.
* elfcode.h (elf_link_create_dynamic_sections): Don't declare.
(NAME(_bfd_elf,size_info)): Adjust for log_file_align.
* elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
(assign_file_positions_for_segments): Likewise.
(assign_file_positions_except_relocs): Likewise.
(swap_out_syms, elfcore_write_note): Likewise.
* elf-m10200.c: Adjust for changed function names.
* elf-m10300.c: Likewise.
* elf32-arm.h: Likewise.
* elf32-h8300.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-ip2k.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-m68hc11.c: Likewise.
* elf32-m68hc1x.c: Likewise.
* elf32-m68k.c: Likewise.
* elf32-mips.c: Likewise.
* elf32-ppc.c: Likewise.
* elf32-sh.c: Likewise.
* elf32-v850.c: Likewise.
* elf32-xtensa.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-hppa.c: Likewise.
* elf64-mmix.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-sh64.c: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-mips.c: Likewise.
(MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
* elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
* elf64-hppa.c (hppa64_elf_size_info): Likewise.
* elf64-mips.c (mips_elf64_size_info): Likewise.
* elf64-s390.c (s390_elf64_size_info): Likewise.
* elf64-sparc.c (sparc64_elf_size_info): Likewise.

21 years agodaily update
amodra [Fri, 9 May 2003 00:46:00 +0000 (00:46 +0000)]
daily update

21 years ago* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names
joshuadfranklin [Fri, 9 May 2003 00:05:02 +0000 (00:05 +0000)]
* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names

21 years ago*** empty log message ***
gdbadmin [Fri, 9 May 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

21 years ago2003-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 8 May 2003 23:30:51 +0000 (23:30 +0000)]
2003-05-08  Andrew Cagney  <cagney@redhat.com>

* generic/gdbtk-register.c (get_register): Replace
MAX_REGISTER_VIRTUAL_SIZE and MAX_REGISTER_RAW_SIZE with
MAX_REGISTER_SIZE.
(register_changed_p, setup_architecture_data): Ditto.

21 years ago2003-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 8 May 2003 22:33:13 +0000 (22:33 +0000)]
2003-05-08  Andrew Cagney  <cagney@redhat.com>

* regcache.h (max_register_size): Delete declaration.
* regcache.c (max_register_size): Delete function.
(struct regcache_descr): Delete field "max_register_size".
(init_regcache_descr, init_legacy_regcache_descr): Assert that all
registers fit in MAX_REGISTER_SIZE.
(regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
(regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
* thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
* sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
* remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
* m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
* hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
* dve3900-rom.c, hppa-tdep.c: Ditto.

21 years ago2003-05-08 David Carlton <carlton@math.stanford.edu>
carlton [Thu, 8 May 2003 22:03:35 +0000 (22:03 +0000)]
2003-05-08  David Carlton  <carlton@math.stanford.edu>

* valops.c (push_word): Fix typo.

21 years ago* gdb.texinfo (Dump/Restore Files): Update documentation for
jimb [Thu, 8 May 2003 21:33:48 +0000 (21:33 +0000)]
* gdb.texinfo (Dump/Restore Files): Update documentation for
'dump', 'append', and 'restore': note that format argument is
optional; simplify presentation of the command variants; and be
more precise about the formats.

21 years ago2003-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 8 May 2003 20:52:45 +0000 (20:52 +0000)]
2003-05-08  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
* gdbarch.h: Re-generate.
* defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
(legacy_max_register_raw_size): Delete declaration.
* regcache.c (legacy_max_register_raw_size): Delete function.
* valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
* target.c, stack.c, sparc-tdep.c, sh-tdep.c: Update.
* rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Update.
* remote-rdp.c, remote-array.c, regcache.c: Update.
* ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Update.
* mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Update.
* infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Update.
* findvar.c, dwarf2cfi.c: Update.

Index: tui/ChangeLog
2003-05-08  Andrew Cagney  <cagney@redhat.com>

* tuiRegs.c: Use MAX_REGISTER_SIZE instead of
MAX_REGISTER_RAW_SIZE.

Index: mi/ChangeLog
2003-05-08  Andrew Cagney  <cagney@redhat.com>

* mi-main.c (register_changed_p): Use MAX_REGISTER_SIZE instead of
MAX_REGISTER_RAW_SIZE.

21 years ago2003-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 8 May 2003 20:38:06 +0000 (20:38 +0000)]
2003-05-08  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (read_signed_register): New function, moved to here
from "regcache.c".
(read_signed_register_pid): Ditto.
* regcache.c (read_signed_register_pid): Delete function, moved to
"mips-tdep.c".
(read_signed_register): Ditto.
* regcache.h (read_signed_register): Delete declaration.
(read_signed_register_pid): Delete declaration.

21 years ago2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 8 May 2003 19:54:33 +0000 (19:54 +0000)]
2003-05-08  H.J. Lu <hongjiu.lu@intel.com>

* elflink.h (elf_add_default_symbol): After skipping the
unversioned symbol, go to non-default one.

21 years ago2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 8 May 2003 19:51:47 +0000 (19:51 +0000)]
2003-05-08  H.J. Lu <hongjiu.lu@intel.com>

* ld-elfvers/vers.exp: Add vers27d4 and vers27d5 to test
versioned reference for hidden symbol.

* ld-elfvers/vers27d4.dsym: New file.
* ld-elfvers/vers27d4.ver: Likewise.

21 years ago2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 8 May 2003 19:23:29 +0000 (19:23 +0000)]
2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>

        * gdb.threads/schedlock.exp: Remove assumption that all threads
        will run in a particular small time slice.  Also ensure we break
        in one of the child threads rather than the main thread.

21 years ago2003-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 8 May 2003 18:46:46 +0000 (18:46 +0000)]
2003-05-08  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
* gdbarch.h: Re-generate.
* defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
(legacy_max_register_virtual_size): Delete declaration.
* infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
* d10v-tdep.c (d10v_print_registers_info): Ditto.
* tracepoint.c (memrange_sortmerge): Ditto.
* sparc-tdep.c (sparc_print_registers): Ditto.
* regcache.c (legacy_max_register_virtual_size): Delete function.

21 years ago * fork-child.c (escape_bang_in_quoted_argument): New function.
brobecke [Thu, 8 May 2003 18:08:57 +0000 (18:08 +0000)]
    * fork-child.c (escape_bang_in_quoted_argument): New function.
        (fork_inferior): Escape '!' characters in quoted arguments
        only when needed.

21 years ago * dwarf2read.c (set_cu_language): Set the language to "minimal" if
brobecke [Thu, 8 May 2003 18:05:37 +0000 (18:05 +0000)]
   * dwarf2read.c (set_cu_language): Set the language to "minimal" if
       the language of the CU is not currently supported by GDB.

21 years ago * defs.h (language): Add language_minimal enum value.
brobecke [Thu, 8 May 2003 17:35:21 +0000 (17:35 +0000)]
    * defs.h (language): Add language_minimal enum value.
        * c-lang.c (minimal_language_defn): New language definition.
        (_initialize_c_language): Add the new minimal language to the list
        of languages known to GDB.

21 years ago * frame.c (get_frame_type): Don't attempt to lazily initialize
kevinb [Thu, 8 May 2003 15:34:12 +0000 (15:34 +0000)]
* frame.c (get_frame_type): Don't attempt to lazily initialize
frame's unwinder for legacy frames.

21 years ago2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 8 May 2003 13:55:27 +0000 (13:55 +0000)]
2003-05-07  H.J. Lu <hongjiu.lu@intel.com>

* elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
want_plt field.
(elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
for symbols with non-default visibility.

21 years ago2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 8 May 2003 07:01:10 +0000 (07:01 +0000)]
2003-05-07  H.J. Lu <hongjiu.lu@intel.com>

* ld-elfvers/vers27d3.c (__start): New.
(start): New.

21 years ago2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 8 May 2003 05:11:57 +0000 (05:11 +0000)]
2003-05-07  H.J. Lu <hongjiu.lu@intel.com>

* elflink.h (elf_link_check_versioned_symbol): Also handle the
case that a DSO references a hidden symbol which may be
satisfied by a versioned symbol in another DSO.
(elf_link_output_extsym): Check versioned definition for hidden
symbol referenced by a DSO.

21 years ago2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 8 May 2003 05:10:47 +0000 (05:10 +0000)]
2003-05-07  H.J. Lu <hongjiu.lu@intel.com>

* ld-elfvers/vers.exp (build_binary): Support build exeutable.
(build_binary): Renamed from ...
(build_vers_lib): This.
(build_vers_lib_no_pic): Updated.
(build_vers_lib_pic): Likewise.
Add vers27d1, vers27d2 and vers27d3 to test versioned
definition for hidden symbol referenced by a DSO.

* ld-elfvers/vers27d.dsym: New file.
* ld-elfvers/vers27d.sym: Likewise.
* ld-elfvers/vers27d.ver: Likewise.
* ld-elfvers/vers27d1.c: Likewise.
* ld-elfvers/vers27d2.c: Likewise.
* ld-elfvers/vers27d3.c: Likewise.

21 years ago2003-05-07 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 8 May 2003 03:48:02 +0000 (03:48 +0000)]
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
and "regcache" parameters.
* avr-tdep.c (avr_remote_translate_xfer_address): Ditto.

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

21 years agodaily update
amodra [Thu, 8 May 2003 00:00:07 +0000 (00:00 +0000)]
daily update

21 years ago2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 7 May 2003 22:57:30 +0000 (22:57 +0000)]
2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>

        * dwarf2read.c (dwarf_decode_lines): Only use output of
        check_cu_functions() when calling record_line().  Do not update
        the current address.

21 years ago2003-05-07 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 7 May 2003 22:13:33 +0000 (22:13 +0000)]
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
code.

21 years agoAdd support for assembly source testing on the s390x.
jimb [Wed, 7 May 2003 21:52:53 +0000 (21:52 +0000)]
Add support for assembly source testing on the s390x.
* gdb.asm/asm-source.exp: Add a case for the s390x-*-*
architecture.
* gdb.asm/s390x.inc: New file.

21 years ago* gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
jimb [Wed, 7 May 2003 21:51:05 +0000 (21:51 +0000)]
* gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
succession of 'if' statements.

21 years agogdb/ChangeLog:
jimb [Wed, 7 May 2003 21:42:47 +0000 (21:42 +0000)]
gdb/ChangeLog:

Rename commands 'maint list symtabs' and 'maint list psymtabs' to
'maint info symtabs' and 'maint info psymtabs'.
* symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
* symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
Declarations updated.
* maint.c (maintenance_list_command): Delete.
(_initialize_maint_cmds): Update calls to add_cmd.
* gdbcmd.h (maintenancelistlist): Delete declaration.
* cli/cli-cmds.c (maintenancelistlist): Delete.
(init_cmd_lists): Don't initialize it.
* cli/cli-cmds.h (maintenancelistlist): Delete declaration.

gdb/doc/ChangeLog:

* gdb.texinfo (Symbols): Update documentation: 'maint list
symtabs' and 'maint list psymtabs' have been renamed 'maint info
symtabs' and 'maint info psymtabs'.

21 years agos/burtle/iterative
jason [Wed, 7 May 2003 20:30:13 +0000 (20:30 +0000)]
s/burtle/iterative

21 years agogas/
hjl [Wed, 7 May 2003 19:31:09 +0000 (19:31 +0000)]
gas/

2003-05-07  H.J. Lu <hongjiu.lu@intel.com>

* config/tc-ia64.c (alias_hash): New.
(alias_name_hash): New.
(secalias_hash): New.
(secalias_name_hash): New.
(md_pseudo_table): Add "secalias".
(md_begin): Initialize alias_hash, alias_name_hash,
secalias_hash and secalias_name_hash.
(struct alias): New.
(dot_alias): Implement .alias and .secalias directives.
(do_alias): New.
(ia64_adjust_symtab): New.
(do_secalias): New.
(ia64_frob_file): New.

* config/tc-ia64.h (ia64_adjust_symtab): New.
(tc_adjust_symtab): Defined.
(ia64_frob_file): New.
(tc_frob_file): Defined.

gas/testsuite/

2003-05-07  H.J. Lu <hongjiu.lu@intel.com>

* gas/ia64/ia64.exp: Add alias.

* gas/ia64/alias.s: New.
* gas/ia64/alias.d: Likewise.

21 years agoIndex: gdb/ChangeLog
cagney [Wed, 7 May 2003 19:21:10 +0000 (19:21 +0000)]
Index: gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* d10v-tdep.c (remote_d10v_translate_xfer_address): Add
"regcache".
(d10v_print_registers_info): Update.
(d10v_dmap_register, d10v_imap_register): Delete functions.
(struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
and "imap_register".
(d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
(d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
* arch-utils.c (generic_remote_translate_xfer_address): Add
"regcache" and "gdbarch" parameters.
* gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
parameter.  Change class to multi-arch.
* gdbarch.h, gdbarch.c: Re-generate.
* remote.c (remote_xfer_memory): Use
gdbarch_remote_translate_xfer_address.

Index: include/gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
(sim_d10v_translate_imap_addr): Add regcache parameter.
(sim_d10v_translate_dmap_addr): Ditto.

Index: sim/d10v/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_d10v_translate_addr): Add "regcache" parameter.
(sim_d10v_translate_imap_addr): Ditto.
(sim_d10v_translate_dmap_addr): Ditto.
(xfer_mem): Pass NULL regcache to sim_d10v_translate_addr.
(dmem_addr): Pass NULL regcache to sim_d10v_translate_dmap_addr.
(dmap_register, imap_register): Add "regcache" parameter.
(imem_addr): Pass NULL regcache to sim_d10v_translate_imap_addr.
(sim_fetch_register): Pass NULL regcache to imap_register and
dmap_register.

21 years agomerge from gcc
dj [Wed, 7 May 2003 19:15:59 +0000 (19:15 +0000)]
merge from gcc

21 years ago2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 7 May 2003 18:35:56 +0000 (18:35 +0000)]
2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>

        * infrun.c (prev_pc): Move declaration ahead of proceed().
        (proceed): Refresh prev_pc value before resuming.
        (stop_stepping): Remove code to refresh prev_pc.

21 years agolibiberty/
jason [Wed, 7 May 2003 18:07:53 +0000 (18:07 +0000)]
libiberty/
        * hashtab.c (burtle_hash): New fn.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * aclocal.m4: Include accross.m4.
        * configure, config.in: Regenerate.
include/
        * hashtab.h (burtle_hash): Prototype.
        (burtle_hash_object): New macro.

21 years agolibiberty/
jason [Wed, 7 May 2003 18:06:23 +0000 (18:06 +0000)]
libiberty/
        * hashtab.c (burtle_hash): New fn.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * aclocal.m4: Include accross.m4.
        * configure, config.in: Regenerate.
include/
        * hashtab.h (burtle_hash): Prototype.
        (burtle_hash_object): New macro.

21 years agoReset R_XSTORMY16_16 reloc to ignore overflows.
nickc [Wed, 7 May 2003 15:16:35 +0000 (15:16 +0000)]
Reset R_XSTORMY16_16 reloc to ignore overflows.

21 years ago2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 7 May 2003 14:30:12 +0000 (14:30 +0000)]
2003-05-07  H.J. Lu <hongjiu.lu@intel.com>

* readelf.c (dump_relocations): Enlarge the type field in wide
mode by one character.

21 years ago * ld-elfvsb/elfvsb.exp: Run dump tests even when cross
schwab [Wed, 7 May 2003 09:21:26 +0000 (09:21 +0000)]
* ld-elfvsb/elfvsb.exp: Run dump tests even when cross
compiling.

21 years ago(md_show_usage): Add missing lines to known cpus list.
nickc [Wed, 7 May 2003 08:58:32 +0000 (08:58 +0000)]
(md_show_usage): Add missing lines to known cpus list.

21 years ago* configure.in (MIPS_DEFAULT_ABI): AC_DEFINE.
aoliva [Wed, 7 May 2003 05:10:44 +0000 (05:10 +0000)]
* configure.in (MIPS_DEFAULT_ABI): AC_DEFINE.
* config/tc-mips.c (mips_after_parse_args): Set mips_abi to it.
* config.in, configure: Rebuilt.

21 years ago* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
aoliva [Wed, 7 May 2003 05:09:24 +0000 (05:09 +0000)]
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
error message for mixing different-endian files.  Check for ABI
compatibility of input files with the selected emulation.