Elena Zannoni
fe9f384f16
2000-07-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* sh-tdep.c (sh_sh4_register_name, sh_sh4_register_byte,
sh_sh4_register_raw_size, sh_sh4_register_virtual_type,
sh_fetch_pseudo_register, sh_store_pseudo_register,
sh_do_pseudo_register, sh_gdbarch_init): Fix names for pseudoregs,
they should be numbered as drx fvy where x and y are multiples of
2 and 4 respectively.
* config/sh/tm-sh.h: Fix names of pseudo regs.
2000-07-26 23:04:44 +00:00
Dave Brolley
510925d36e
2000-07-26 Dave Brolley <brolley@redhat.com>
...
* cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
(cgen_hw_lookup_by_num): Ditto.
(cgen_operand_lookup_by_name): Ditto.
(print_address): Ditto.
(print_keyword): Ditto.
* cgen-dis.c (hash_insn_array): Mark unused parameters with
ATTRIBUTE_UNUSED.
* cgen-asm.c (hash_insn_array): Mark unused parameters with
ATTRIBUTE_UNUSED.
(cgen_parse_keyword): Ditto.
2000-07-26 22:45:49 +00:00
Dave Brolley
9d551405de
2000-07-26 Dave Brolley <brolley@redhat.com>
...
* cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.
2000-07-26 22:44:42 +00:00
Dave Brolley
6883dc5e5b
Wrong date on last entry.
2000-07-26 22:40:39 +00:00
Dave Brolley
eabed1c027
2000-07-26 Dave Brolley <brolley@redhat.com>
...
* cgen.c (queue_fixup): Declare opinfo.
(gas_cgen_parse_operand): Mark unused parameters with ATTRIBUTE_UNUSED.
(gas_cgen_md_operand): Ditto.
(gas_cgen_md_apply_fix3): Ditto.
2000-07-26 22:39:08 +00:00
Nick Clifton
028832c59e
Adssign copyright to FSF
2000-07-26 19:59:35 +00:00
Geoffrey Keating
adfdf8387c
* configure.host (*-*-aix*): AIX has 'long long' always.
2000-07-25 19:29:42 +00:00
Geoffrey Keating
1a6df346e3
* coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
...
(xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
(xcoff_write_archive_contents_big): Don't update the offset
of the symbol table, xcoff_write_armap will do it.
2000-07-25 19:25:40 +00:00
Nick Clifton
cf6381260b
File not needed - it is provided at the top level
2000-07-24 22:06:51 +00:00
Nick Clifton
ef368dac31
Add GPL copyright notices to uncopyrighted files.
...
Add copy of GPL.
2000-07-24 20:59:04 +00:00
Elena Zannoni
53116e27b6
2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* config/sh/tm-sh.h (struct gdbarch_tdep): Add sh4 specific
pseudo registers.
(DO_REGISTERS_INFO): Define.
* sh-tdep.c (sh_sh4_register_name): New function.
(sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update
signature.
(sh_show_regs_command): New function. Actual function called by
the 'regs' command.
(sh_register_byte): Rename to...
(sh_default_register_byte): ...New function.
(sh_sh4_register_byte): New function.
(sh_register_raw_size): Rename to...
(sh_default_register_raw_size): ...New function.
(sh_sh4_register_raw_size): New function.
(sh_sh4_register_virtual_type): New function.
(sh_sh4_build_float_register_type): New function.
(sh_fetch_pseudo_register, sh_store_pseudo_register): New
functions.
(fv_reg_base_num, dr_reg_base_num): New functions.
(do_fv_register_info, do_dr_register_info, sh_do_pseudo_register,
sh_do_fp_register, sh_do_register, sh_print_register,
sh_do_registers_info): New functions.
(sh_gdbarch_init): Initialize sh4 pseudo registers to -1. Update
architecture specific parts.
(_initialize_sh_tdep): Use sh_show_regs_command for 'regs' command.
2000-07-24 20:39:21 +00:00
Daniel Berlin
e8865c2811
Demangling fixes
2000-07-24 19:14:18 +00:00
Michael Snyder
7b92f6e1a2
* printcmd.c (printf_command): Guard against 0-length string.
...
----------------------------------------------------------------------
2000-07-24 18:13:27 +00:00
DJ Delorie
39da812840
* config/obj-coff.c (obj_frob_symbol): Don't merge
...
labels. Don't merge if the symbol isn't constant. Return
immediately if a symbol is merged.
2000-07-24 17:50:35 +00:00
Nick Clifton
3eb6f68f1b
Regenerate auto-generated files
2000-07-24 17:22:17 +00:00
Jim Blandy
811abf8092
*** empty log message ***
2000-07-24 17:07:34 +00:00
Jim Blandy
8713b1b135
* dwarf2read.c (read_structure_scope): Correct overzealous
...
addition of cu_header argument.
2000-07-24 17:07:26 +00:00
H.J. Lu
360e95866f
2000-07-24 H.J. Lu (hjl@gnu.org)
...
* ld-elfvsb/elfvsb.exp: Add -g to $CC to get the location of
the undefined reference.
2000-07-24 15:40:20 +00:00
Anthony Green
02d44fdba5
Updated TODO.
2000-07-24 14:49:05 +00:00
Anthony Green
d8231941c0
* gdb.java/configure.in (AC_INIT): Use jmisc.exp.
...
* gdb.java/configure: Rebuild.
2000-07-24 14:44:16 +00:00
Elena Zannoni
7ec7e38946
2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* gdbarch.sh: Add FETCH_PSEUDO_REGISTER and STORE_PSEUDO_REGISTER
to the gdbarch structure.
* gdbarch.c: Regenerate.
* gdbarch.h: Regenerate.
* inferior.h (FETCH_PSEUDO_REGISTER, STORE_PSEUDO_REGISTER):
Delete macros.
* regcache.c (write_register, read_register, write_register_bytes,
write_register_gen, read_register_bytes, read_register_gen):
Rename ARCH_FECTH_PSEUDO_REGISTERS to FETCH_PSEUDO_REGISTERS and
ARCH_STORE_PSEUDO_REGISTER to STORE_PSEUDO_REGISTER.
2000-07-24 14:35:14 +00:00
Elena Zannoni
7f1b25859d
2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* gdbarch.sh: Add FETCH_PSEUDO_REGISTER and STORE_PSEUDO_REGISTER
to the gdbarch structure.
* gdbarch.c: Regenerate.
* gdbarch.h: Regenerate.
* inferior.h (FETCH_PSEUDO_REGISTER, STORE_PSEUDO_REGISTER):
Delete macros.
* regcache.c (write_register, read_register, write_register_bytes,
write_register_gen, read_register_bytes, read_register_gen):
Rename ARCH_FECTH_PSEUDO_REGISTERS to FETCH_PSEUDO_REGISTERS and
ARCH_STORE_PSEUDO_REGISTER to STORE_PSEUDO_REGISTER.
2000-07-24 14:29:23 +00:00
Elena Zannoni
0aba124455
* gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure.
...
* gdbarch.c: Regenerate.
* gdbarch.h: Regenerate.
* inferior.h (NUM_PSEUDO_REGS): Delete macro.
2000-07-24 14:25:22 +00:00
Eli Zaretskii
e7997b74f5
* gdbmi.texinfo: Change GDB -> @value{GDBN}, and
...
(gdb) -> (@value{GDBP}). Fix a few typos and some markup. From
Dmitry S. Sivachenko <dima@Chg.RU>.
2000-07-24 06:09:49 +00:00
Anthony Green
8caabe694f
* language.c: Include jv-lang.h.
...
(lang_bool_type): Add case for java booleans.
And in testsuite...
* gdb.java/jv-exp.exp: New file.
2000-07-24 05:04:19 +00:00
Alexandre Oliva
fd1f87b216
* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
...
(configure-target-libchill, configure-target-libobjc): Likewise.
2000-07-24 04:34:56 +00:00
Anthony Green
9d273ca387
* configure: Rebuilt.
...
* configure.in (configdirs): Add gdb.java.
* gdb.java/jmisc.java: New file.
* gdb.java/jmisc.exp: New file.
* gdb.java/Makefile.in: New file.
* gdb.java/configure: Rebuilt.
* gdb.java/configure.in: New file.
* lib/java.exp: New file.
2000-07-24 04:34:52 +00:00
Alexandre Oliva
8bbd92e005
* configure.in: Use the same cache file for all target libs.
...
* config-ml.in: But different cache files per multilib variant.
2000-07-24 04:34:08 +00:00
Andrew Cagney
107d2387e3
Eliminate global address_size. Replace with function
...
read_comp_unit_head() and ``struct compu_unit_head'' parameter.
Include support for signed address case.
Fixes problem of global address size / sign being out-of-sync with
with current section.
2000-07-24 01:26:10 +00:00
Ulf Carlsson
313ba8d62b
2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
...
* elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
of dynobj for SGI_COMPAT checks.
2000-07-23 20:51:35 +00:00
Jeff Law
62df206565
* configure.in (AC_CHECK_HEADERS): Add time.h.
...
(AC_HEADER_TIME): Add check.
* configure, config.in: Regenerate.
* getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
2000-07-23 19:20:18 +00:00
Jeff Law
25c6c11268
* configure (topsrcdir): Don't use dirname.
2000-07-23 17:42:34 +00:00
Jeff Law
7d3ffcaf85
* aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
...
* configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
* configure, config.in: Regenerate.
* pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
2000-07-23 16:05:33 +00:00
Jeff Law
b123325783
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
2000-07-23 15:58:11 +00:00
Alan Modra
5bbe3a506e
(external_coff_symbol_p): K&R-ise.
2000-07-23 08:19:25 +00:00
Jason Merrill
ba73c63f53
merge with gcc
2000-07-22 08:20:10 +00:00
Alan Modra
65e68b04b1
Correct absolute section alignment.
2000-07-22 04:23:48 +00:00
Michael Snyder
e9d196c53f
2000-07-21 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* thread.c (thread_apply_all_command): Update thread list first.
2000-07-22 00:15:30 +00:00
Nick Clifton
e702a51c72
oops - omitted from previous delta
2000-07-21 23:40:12 +00:00
Nick Clifton
20bccb3485
Applied Michael's Sokolov's patch to implement --embedded-relocs for m68k coff.
2000-07-21 23:31:53 +00:00
Elena Zannoni
f41603356d
2000-07-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* regcache.c (read_register, read_register_bytes): Fix typos.
2000-07-21 22:25:52 +00:00
Michael Snyder
6dff448f84
2000-07-21 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* config/i386/tm-i386.h: treat PC and FP as unsigned.
(SAVED_PC_AFTER_CALL): Use read_memory_unsigned_integer.
(FRAME_SAVED_PC): Ditto.
(FRAME_CHAIN): Ditto.
2000-07-21 20:52:27 +00:00
Michael Snyder
3dd3139b53
2000-07-20 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* valarith.c (value_sub): Call check_typedef.
2000-07-21 20:03:08 +00:00
Nick Clifton
7a3120d9a6
Detect and report corrupt relocs
2000-07-21 19:56:19 +00:00
Jason Merrill
0b5e1ab525
merge with gcc
2000-07-21 05:45:22 +00:00
H.J. Lu
4d538889a8
2000-07-20 H.J. Lu <hjl@gnu.org>
...
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
info->new_dtags when setting DT_FLAGS_1. It will only be set
by the new linker options. It shouldn't break anything.
2000-07-21 03:58:32 +00:00
H.J. Lu
b586af581d
2000-07-20 H.J. Lu <hjl@gnu.org>
...
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
only if info->new_dtags is true.
2000-07-21 02:16:31 +00:00
Hans-Peter Nilsson
e5da6f528f
Forgot to commit ChangeLog entry for CRIS gas tests. Oops.
2000-07-21 00:57:47 +00:00
Hans-Peter Nilsson
a471a06b87
* gas/cris/*: New tests for CRIS.
2000-07-21 00:48:55 +00:00
H.J. Lu
e107c42f07
2000-07-20 H.J. Lu <hjl@gnu.org>
...
* binutils/binutils.texi: Put back "@end table" deleted by
accident.
2000-07-21 00:09:48 +00:00