Eli Zaretskii
30083a3242
A few tweaks required to use Readline as part of the DJGPP port of GDB.
27 years ago
Alan Modra
4b6341e9d2
Yet more hppa testuite tweaks for hppa-linux.
27 years ago
Alan Modra
46b85d4287
More warning fixes, and a tweak in tc-hppa.c to check constant
branch offsets a little more thoroughly.
27 years ago
Andrew Cagney
cce41527ca
* mips-tdep.c (mips_push_arguments): Always align struct_addr on a
16 byte boundary. Align allocated argument space using
MIPS_STACK_ARGSIZE. Reserve space on stack for the struct return
and floating-point registers. Use fp_register_arg_p to determine
if float_argreg should be aligned.
27 years ago
Alan Modra
12c616f16e
Remove some of the hppa testsuite fudges for hppa-linux.
27 years ago
Alan Modra
3c9f43b196
Warning fixes.
27 years ago
Elena Zannoni
8db62801bd
2000-07-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* config/sh/tm-sh.h (STORE_RETURN_VALUE): Redefine as
sh_store_return_value().
* sh-tdep.c (sh_store_return_value): New function. Store the
value returned by a function into the appropriate register.
2000-07-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c (sh_skip_prologue): Before looking at the actual
instructions, try to see if the symbol table can be of help, by
calling after_prologue(). If this doesn't work, call
skip_prologue_hard_way().
(skip_prologue_hard_way): Renamed from sh_skip_prologue. Add some
more instruction pattern matching for pushing of arguments, and
manipulation of r14.
(after_prologue): New function. Use symbol table info to determine
the end of the prologue, if possible.
27 years ago
Michael Snyder
32178cabe9
2000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com>
* findvar.c (_initialize_findvar, build_findvar, write_fp, read_fp,
generic_target_write_fp, generic_target_read_fp, write_sp, read_sp,
generic_target_write_sp, generic_target_read_sp, write_pc, read_pc,
generic_target_write_pc, generic_target_read_pc, write_pc_pid,
read_pc_pid, supply_register, write_register_pid, write_register,
read_register_pid, read_register, write_register_bytes,
read_register_bytes, write_register_gen, read_register_gen,
registers_fetched, registers_changed, find_saved_register,
read_relative_register_raw_bytes, default_get_saved_register,
read_relative_register_raw_bytes_for_frame, get_saved_register):
Move from this file into new file regcache.c.
(register_valid, registers_pid, registers): Ditto.
* regcache.c: New file to hold the register cache.
(register_cached): New function to read register_valid array.
* value.h (register_cached): Declare.
* defs.h (default_get_saved_register): Delete decl of static function.
* Makefile.in: Add regcache module.
27 years ago
Michael Snyder
62c848e1d0
Dummy commit for diff purposes.
27 years ago
Alan Modra
b7af50e3f8
Ryan Bradetich's warning fixes.
27 years ago
Andrew Cagney
8ce17b9a34
From Pierre Muller <muller@ics.u-strasbg.fr>:
* p-typeprint.c (pascal_type_print_method_args): Add braces around
isdigit after while keyword.
27 years ago
Alan Modra
3df7b4e2d2
Avoid negative section sequence ids.
27 years ago
Geoffrey Keating
1da5001cc9
* ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
27 years ago
Elena Zannoni
c3b6c27c01
2000-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* TODO: Remove readline 4.1 import item.
27 years ago
Elena Zannoni
1b17e76665
readline:
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of readline 4.1.
Locally modified files: Makefile.in, configure.in, configure
(regenerated), config.h.in (regenerated), readline.h, rltty.c,
shell.c signals.c.
Locally added files: acconfig.h, config/*, config.h.bot,
cross-build/*, doc/inc-hit.texinfo.
New files: USAGE, rlprivate.h, rlshell.h, xmalloc.h.
examples:
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of readline 4.1.
New files: excallback.c, rlfe.c.
doc:
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of readline 4.1.
Regenerated inc-hist.texinfo as copy of hsuser.texinfo, for
inclusion in the gdb manual.
New file: rluserman.texinfo
27 years ago
Elena Zannoni
d0352a18a5
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
27 years ago
Elena Zannoni
f9267e152c
Import of readline 4.1
27 years ago
Nick Clifton
3316ae25d3
Add several more port specific maintainers
27 years ago
Ulf Carlsson
adb76a3e5c
2000-07-09 Koundinya K <kk@ddeorg.soft.net>
* elf32-mips.c (sort_dynamic_relocs): New Function.
(_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
via qsort to sort the dynamic relocations in increasing r_symndx
value.
27 years ago
Alan Modra
958d649baf
Forgot to save in emacs.
27 years ago
Alan Modra
4900fc0695
hppaelf.em: Merge from elf32.em and implement multiple linker stubs.
Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o
configure.tgt: targ_emul=hppalinux for hppa*linux
27 years ago
Alan Modra
ad1079af05
Add linux-elf flavour to pseudos in tc-hppa.c and some tidying
and bug fixes. Handle wide mode relocs. Don't select target
size based on BFD64.
27 years ago
Alan Modra
6e09abd4bd
Add some prototypes, and fix a few warnings.
27 years ago
Alan Modra
edd21acadc
Restore hppa-elf32 to working order.
27 years ago
Eli Zaretskii
63ac3005ce
* Makefile.in (install-info): Find files to install in either the build
or source directories (adapted from Makefile.am).
(From Chris Faylor.)
27 years ago
Nicholas Duffek
546022221a
* gdb.c++/misc.cc (class ClassParam, class_param): Define.
(use_methods): New function.
(main): Call use_methods().
* gdb.c++/classes.exp (test_method_param_class): New procedure.
(do_tests): Call test_method_param_class.
27 years ago
Nicholas Duffek
6b1ba9a002
* gdbtypes.c (is_ancestor): Infer type equivalence from name
equivalence.
(rank_one_type): Use strcmp instead of == to compare type names.
Don't swap parm with arg when checking TYPE_CODE_REF types.
* valops.c (find_overload_match): Fix indentation. Compare
parameter rankings to 0..9, 10..99, and 100+ instead of 0, 10,
and 100.
27 years ago
Nicholas Duffek
2bec05724f
* gdb.c++/classes.exp (test_nonexistant_members): Fix name
spelling.
(test_enums): New procedure. Move enum tests from end of script
to here. Set breakpoint on function name instead of line number.
* gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
(enums2): New marker function.
(enums1): New function.
(main): Call enums1(). Move enum tests to enums1().
27 years ago
Ulf Carlsson
623aa22419
2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
* doc/internals.texi (Expressions): Fix typo.
27 years ago
Nick Clifton
f851444e73
Fix formatting
27 years ago
Nick Clifton
d0313fb7a7
Fix formating
27 years ago
Nick Clifton
c4aa876b91
Fix formatting
27 years ago
Alan Modra
227aeb0758
Fix --section-start=xxxx
27 years ago
Alan Modra
52b219b5e4
Add sequence id field to asection.
Tidy comments and replace deprecated CONST with const.
27 years ago
Alan Modra
181866dcc7
Don't add a space before `/*' when processing comments.
27 years ago
Nicholas Duffek
bd79f7577d
* stabs.texinfo: Fix spelling errors.
(String Field): FILE-NUMBER starts from 0, not 1.
27 years ago
Nicholas Duffek
470d566602
* xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.
* rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type.
27 years ago
DJ Delorie
28609fd471
minor formatting change
27 years ago
DJ Delorie
602e90d3d5
* ld/emultempl/pe.em: institute the following search order for
dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
static lib (libfoo.a) if none of the above are found.
27 years ago
DJ Delorie
5f577f7d70
* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.
(longopts): New --{enable,disable}-auto-image-base options.
(gld_${EMULATION_NAME}_list_options): Document.
(gld_${EMULATION_NAME}_parse): Handle.
(strhash): New static function.
(compute_dll_image_base): New static function.
(gld_${EMULATION_NAME}_set_symbols): Use.
27 years ago
Elena Zannoni
a44161c313
Import of readline 4.0
27 years ago
Elena Zannoni
27e232885d
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
27 years ago
DJ Delorie
8000a61811
* archive.c (_bfd_write_archive_contents): Add an informative
comment.
27 years ago
Elena Zannoni
582e0a90f0
Dummy commit before importof 4.1 version
27 years ago
Nick Clifton
bc0d738a8d
Fix comments.
27 years ago
Nick Clifton
d67b5d6d0e
fixed another comment formatting problem.
27 years ago
Nick Clifton
a5bfe8c9f6
oops - omitted from previous delta
27 years ago
Nick Clifton
6b31947e84
Fix formatting.
27 years ago
Andrew Haley
0473bdf750
2000-07-07 Andrew Haley <aph@cygnus.com>
* cplus-dem.c (main): fflush() after emitting last char before
waiting for input.
27 years ago
Jeff Law
cffaa28118
* symlink-tree: Check number of arguments.
27 years ago