Michael Snyder
d874f1e225
2002-01-31 Michael Snyder <msnyder@redhat.com>
* symfile.h (enum overlay_debugging_state):
Define enum constant values for overlay mode.
* symfile.c (overlay_debugging): Use enums instead of literals.
(overlay_is_mapped, overlay_auto_command,
overlay_manual_command): Ditto.
25 years ago
Michael Snyder
9f04af04ce
2002-01-31 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (insert_breakpoints, remove_breakpoint,
breakpoint_here_p, breakpoint_inserted_here_p,
breakpoint_thread_match, bpstat_stop_status,
describe_other_breakpoints, check_duplicates, clear_command):
Coding standard fixes.
25 years ago
Alan Modra
7dc0ab3144
Move doc/ entries to correct changelog
25 years ago
Michael Snyder
8add04415a
2002-01-31 Michael Snyder <msnyder@redhat.com>
* target.c (target_xfer_memory): Add spaces, coding standard.
25 years ago
Michael Snyder
405f26e62f
2002-01-31 Michael Snyder <msnyder@redhat.com>
* target.c (do_xfer_memory): Add missing line to trust-readonly
code: check bfd SEC_READONLY flag for section.
25 years ago
gdbadmin
7805f93af7
*** empty log message ***
25 years ago
Alan Modra
7ecafadbfd
daily update
25 years ago
Andrew Cagney
e351066e7a
Fix tipo.
25 years ago
Jason Thorpe
4008250e4b
Deal with target architecture that have a pointer size that is different from
the host architectures pointer size.
(Nick missed this file when he committed the patch.)
25 years ago
DJ Delorie
bef8b55d39
merge from gcc
25 years ago
David O'Brien
012884d606
2002-01-31 David O'Brien <obrien@FreeBSD>
* configure.in: Recognize the differences in core files from FreeBSD
4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
5-CURRENT.
* configure: Regenerate.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3k7tyuzzd.fsf@north-pole.nickc.cambridge.redhat.com>
25 years ago
Nick Clifton
e7e2dd9226
Deal with target architecture that have a pointer size that is different from
the host architectures pointer size.
25 years ago
Hans-Peter Nilsson
dea03d4e10
* cgen-ops.h (ADDCQI, ADDCFQI, ADDOFQI, SUBCQI, SUBCFQI, SUBOFQI):
New functions.
25 years ago
Nick Clifton
3b16e843f2
Add support for OpenRISC 32-bit embedded processor
25 years ago
Alan Modra
6d9c411afd
* alpha.c (alpha_Instruction): Don't use.
(alpha_find_call): Avoid use of bitfields and casts between
pointers and integers of different sizes. Avoid endian problems
when cross-compiling.
* vax.c (vax_find_call): Likewise.
(struct modebyte): Don't use.
(vax_operandmode): Pass in an unsigned char *.
(vax_operandlength): Likewise.
(vax_reladdr): Rename to vax_offset and return relative offset
rather than address.
* i386.c (i386_find_call): Avoid casts between pointers and
integers of different sizes.
* sparc.c (sparc_find_call): Likewise. Avoid endian problems.
* tahoe.c (tahoe_find_call): Likewise.
(tahoe_reladdr): Rename to tahoe_offset and return relative offset
rather than address.
* basic_blocks.h: Don't include headers here.
* call_graph.h: Likewise.
* cg_arcs.h: Likewise.
* cg_print.h: Likewise.
* corefile.h: Likewise.
* gmon_io.h: Likewise.
* gmon_out.h: Likewise.
* hertz.h: Likewise.
* hist.h: Likewise.
* source.h: Likewise.
* sym_ids.h: Likewise.
* symtab.h: Likewise.
* gprof.h: Don't include ansidecl.h, do include bfd.h.
(bool): Don't typedef.
* alpha.c: Adjust #include's for above header changes.
* basic_blocks.c: Likewise.
* call_graph.c: Likewise.
* cg_arcs.c: Likewise.
* cg_dfn.c: Likewise.
* cg_print.c: Likewise.
* corefile.c: Likewise.
* gmon_io.c: Likewise.
* gprof.c: Likewise.
* hertz.c: Likewise.
* hist.c: Likewise.
* i386.c: Likewise.
* mips.c: Likewise.
* sparc.c: Likewise.
* sym_ids.c: Likewise.
* symtab.c: Likewise.
* tahoe.c: Likewise.
* utils.c: Likewise.
* vax.c: Likewise.
* po/POTFILES.in: Regenerate.
25 years ago
Nick Clifton
caf8ca8e1c
Replace 'return false' with a return of a bfd_reloc_ error code.
25 years ago
Hans-Peter Nilsson
e5dfef0918
* elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
unexport unreferenced symbols when --export-dynamic. Call
_bfd_elf_strtab_delref when unexporting.
25 years ago
Hans-Peter Nilsson
f7a2c2f698
* ld-cris/weakref1.d, ld-cris/libdso-1.d, ld-cris/gotrel2.s,
ld-cris/expdyn1.d, ld-cris/expdyn1.s, ld-cris/dso-1.s: New tests.
* ld-cris/cris.exp: Split run_dump_tests in two parts, executing
tests named *dso-*.d first and copying their tmpdir/dump to files
named as the .d-file.
25 years ago
Nick Clifton
c312a6a489
oops - omitted from previous delta
25 years ago
Alan Modra
ba994a14fd
* chew.c (courierize): Don't modify @command params.
25 years ago
Daniel Jacobowitz
7148ab6212
2002-01-30 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
Allow a start function above main.
* gdb.threads/linux-dp.exp: Fix copyright date.
25 years ago
Daniel Jacobowitz
396cc25565
2002-01-30 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
(check_philosopher_stack): Check for manager thread before checking
for a just-starting thread.
25 years ago
Daniel Jacobowitz
8a48e96728
2002-01-30 Daniel Jacobowitz <drow@mvista.com>
* symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
data symbols, since we search based on textlow and texthigh.
(find_pc_sect_symtab): Likewise.
25 years ago
Daniel Jacobowitz
4e4770d0c6
2002-01-30 Daniel Jacobowitz <drow@mvista.com>
* bfd-in.h: Include <stdbool.h> if it is available.
* bfd-in2.h: Regenerated.
25 years ago
Alan Modra
e1fa50e7dc
* elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
not go via the plt.
25 years ago
Andrew Cagney
f5a96129d2
* defs.h (vwarning): Declare.
(warning_begin): Delete declaration.
* utils.c (vwarning): New function.
(warning): Call vwarning.
(warning_begin): Delete function.
* rs6000-nat.c (vmap_ldinfo): Use the function warning to print
the warning message.
* d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
warning_begin.
25 years ago
Alan Modra
dbc37f892b
* ld-scripts/crossref.exp: Allow foo to have a leading dot.
* ld-scripts/cross1.t: Add .opd.
* ld-undefined/undefined.exp: Allow leading dot on sym names.
* lib/ld-lib.exp (default_ld_nm): Strip leading dots from syms.
25 years ago
Michael Snyder
1a70374818
2002-01-30 Michael Snyder <msnyder@redhat.com>
* NEWS: Mention "set trust-readonly-sections" command.
25 years ago
Michael Snyder
cefd4ef53f
2002-01-30 Michael Snyder <msnyder@redhat.com>
* NEWS: Mention generate-core-file command.
25 years ago
Michael Snyder
3a11626da1
2002-01-15 Michael Snyder <msnyder@redhat.com>
* target.c: New command, "set trust-readonly-sections on".
(do_xfer_memory): Honor the suggestion to trust readonly sections
by reading them from the object file instead of from the target.
(initialize_targets): Register command "set trust-readonly-sections".
25 years ago
DJ Delorie
2c955b8b61
merge from gcc
25 years ago
Andrew Cagney
d1c7e53bc5
* parse.c (target_map_name_to_register): Simplify, search regs and
pseudo-regs using a single loop.
25 years ago
Andrew Cagney
e2c9a72cc0
Mention i386 FP problem.
25 years ago
gdbadmin
ee16815532
*** empty log message ***
25 years ago
Alan Modra
6fa323be86
daily update
25 years ago
Daniel Jacobowitz
f038d31b6c
2002-01-30 Daniel Jacobowitz <drow@mvista.com>
From Neil Booth <neil@daikokuya.demon.co.uk>:
* gdb.base/bitfields.c: Correct assignments to bitfields to avoid
warnings.
25 years ago
Mark Kettenis
69824b4e99
* config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
* config/i386/i386v42mp.mh: Add i387-nat.o .
* i386v4-nat.c: Include i387-nat.h.
(supply_fpregset): Use i387_supply_fsave.
(fill_fpregset): Use i387_fill_fsave.
25 years ago
Richard Sandiford
912a07db52
* config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
and mod.
25 years ago
Nick Clifton
b5f79c764c
Tidy up formatting in bfd-in2.h
25 years ago
Richard Earnshaw
6eb69eab29
* arm-tdep.c (arm_call_dummy_words): Define.
* arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
* config/arm/tm-arm.h (CALL_DUMMY_P): Define.
(CALL_DUMMY_WORDS): Define.
(arm_call_dummy_words): Declare.
* config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
(arm_linux_call_dummy_words): Declare.
25 years ago
Nick Clifton
ca09e32bb2
Fixes for better translation into other languages
25 years ago
Philipp Thomas
ae1a89b7c4
Unify messages in coff-arm.c and elf32-arm.h.
25 years ago
Andreas Schwab
9852326a86
* m68klinux-nat.c: Fix last change to use regcache_collect
instead of referencing registers[] directly.
25 years ago
Nick Clifton
05f64ac628
Updated Swedish translation
25 years ago
Nick Clifton
661a3fd4a0
Don't translate debugging message.
25 years ago
Nick Clifton
f5a3e38aff
Use full section name in error messages.
25 years ago
Daniel Jacobowitz
3deb89d35e
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
* nm.c (print_value): Mark abfd unused.
25 years ago
Alan Modra
d926e03d6d
* elf64-ppc.c (func_desc_adjust): Only provide missing function
descriptor symbols for undefined function code syms. Clear
ELF_LINK_NON_ELF so that they can stay weak.
25 years ago
Chris Demetriou
f744d540a5
2002-01-29 Chris Demetriou <cgd@broadcom.com>
Mitch Lichtenberg <mpl@broadcom.com>
* emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
* emultempl/mipself.em: New file to handle MIPS ELF embedded
reloc creation (ld --embedded-relocs).
25 years ago
Chris Demetriou
38b566ae19
2002-01-29 Chris Demetriou <cgd@broadcom.com>
* ld-mips-elf/emrelocs-eb.d: New file to test --embedded-relocs.
* ld-mips-elf/emrelocs-el.d: Likewise.
* ld-mips-elf/emrelocs1.s: Likewise.
* ld-mips-elf/emrelocs2.s: Likewise.
* ld-mips-elf/emrelocs.ld: Likewise.
* ld-mips-elf/mips-elf.exp: Add the above to the list of tests.
25 years ago