aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-05* gprof.c (copyright): Do not use N_ in array initializer.Alexandre Oliva2-2/+6
2000-04-05*** empty log message ***Jim Blandy1-0/+7
2000-04-05* solib.c (update_solib_list): New function.Jim Blandy1-30/+54
(solib_add): Call update_solib_list, and then read symbols. (info_sharedlibrary_command): Call update_solib_list, not solib_add.
2000-04-052000-04-05 Scott Bambrough <scottb@netwinder.org>Scott Bambrough2-5/+12
* arm-linux-tdep.c: Resolve implicit function declarations by including target.h and value.h. Inclusion of symtab.h is no longer needed. * ChangeLog: Fix formatting of previous entry.
2000-04-05Unable to build x86 hosted debugger for ARM Linux, due to missing targetScott Bambrough4-55/+92
dependencies. Created ARM Linux specific arm-linux-tdep.c file and moved missing code into it from arm-linux-nat.c. 2000-04-05 Scott Bambrough <scottb@netwinder.org> * arm-linux-tdep.c: New file. * arm-linux-nat.c (fetch_fpregs): Remove unused code. (arm_get_longjmp_target): Moved it and all defines it uses to arm-linux-tdep.c. (arm_linux_extract_return_value): Moved to arm-linux-tdep.c. * config/arm/linux.mt: Add arm-linux-tdep.c to TDEPFILES.
2000-04-05* config/tc-sparc.c (sparc_ip): Avoid string pasting.Alexandre Oliva2-2/+5
2000-04-05Add --redefine-sym to objcopy.Alan Modra5-64/+258
2000-04-05 * infrun.c (handle_inferior_event): Call target_mourn_inferiorNicholas Duffek2-6/+11
instead of kill_target.
2000-04-042000-04-04 H.J. Lu <hjl@gnu.org>H.J. Lu2-9/+14
* readelf.c (process_symbol_table): Correctly read in symbol versioning information.
2000-04-04 * internals.texi (CPU backend): DocumentHans-Peter Nilsson2-0/+11
TC_CHECK_ADJUSTED_BROKEN_DOT_WORD.
2000-04-04Move translated part of bug report string back into .c files soAlan Modra28-1244/+1330
xgettext can find it. Regnerate .pot files.
2000-04-04Use "gcc -MM" for dependencies, and update them.Alan Modra20-2413/+3111
2000-04-04Update todoDaniel Berlin2-0/+22
2000-04-04C++ changes for 5.0, finally committed.Daniel Berlin6-216/+348
2000-04-04Stop GCC thinking a shift will overflow.Andrew Cagney2-3/+11
2000-04-042000-04-03 H.J. Lu <hjl@gnu.org>H.J. Lu2-11/+4
* TODO: Remove the regex entry.
2000-04-042000-04-03 H.J. Lu <hjl@gnu.org>H.J. Lu11-319/+458
* gdb_regex.h: New. Include "regex.h" if USE_INCLUDED_REGEX is defined and <regex.h> otherwise. * irix5-nat.c: Include "gdb_regex.h" instead of "gnu-regex.h". * monitor.c: Likewise. * osfsolib.c: Likewise. * solib.c: Likewise. * source.c: Likewise. * symtab.c: Likewise. * Makefile.in (REGEX): Changed to @REGEX@. (REGEX_CFLAGS): New. (REGEX1): Removed. (ADD_DEPS): Use $(REGEX) instead of $(REGEX1). (INTERNAL_WARN_CFLAGS): Add $(REGEX_CFLAGS). * configure.in (--with-included-regex): New switch. (REGEX): New. Subsstitue @REGEX@ in Makefile.in. (REGEX_CFLAGS): New. Subsstitue @REGEX_CFLAGS@ in Makefile.in. * configure: Regenerated.
2000-04-03Mention new PowerPC GNU/Linux native configuration.Kevin Buettner2-0/+5
2000-04-03AIX 4.3 changesKevin Buettner3-523/+446
2000-04-032000-04-03 J.T. Conklin <jtc@redback.com>J.T. Conklin2-0/+6
* config/i386/xm-nbsd.h (HOST_LONG_DOUBLE_FORMAT): Define.
2000-04-03* config/tc-mn10300.c (md_pseudo_table): Use constant names.Alexandre Oliva2-14/+25
(md_begin): Likewise. (HAVE_AM33): New macro. (md_assemble): Use it. Match r_regs and xr_regs only if HAVE_AM33.
2000-04-032000-04-03 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-4/+24
* cache.c (bfd_open_file): Unlink the output file only if it has none zero size.
2000-04-03IA-64 changes for linux threadsKevin Buettner3-11/+12
2000-04-03IA-64 changesKevin Buettner4-16/+111
2000-04-03*** empty log message ***Jim Blandy1-1/+0
2000-04-03*** empty log message ***Jim Blandy1-0/+15
2000-04-03* solib.c (solib_add): Move all the code for loading symbol tablesJim Blandy1-33/+51
below the code to sort out additions and removals. That way, we always catch all loaded shared libraries whose symbols we haven't grabbed yet. * solib.c (solib_add): Don't try to free a shared object's objfile if it doesn't have one. Duh. * solib.c (solib_add): If a pattern was given, but it doesn't match any currently loaded shared libraries, print a message; don't just be silent.
2000-04-032000-04-03 H.J. Lu (hjl@gnu.org)H.J. Lu2-1/+5
* size.c (usage): Use REPORT_BUGS_TO.
2000-04-03 * annotate.texi (Frame Annotations): Fix a cross-reference.Eli Zaretskii1-2/+2
2000-04-03 * go32-nat.c (go32_handle_nonaligned_watchpoint): Use aEli Zaretskii2-8/+13
two-dimensional array instead of faking it with index arithmetics.
2000-04-03 * config/i386/xm-go32.h (HOST_LONG_DOUBLE_FORMAT): Define.Eli Zaretskii5-44/+23
* config/i386/tm-go32.h (TARGET_LONG_DOUBLE_BIT): Remove definition (and use the common one in tm-i386.h). (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Likewise. (I386_DJGPP_TARGET): Don't define, it's no longer required. (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Remove definition, i386-tdep.c defines it for all x86 targets. (LD_I387, HEX_LONG_DOUBLE_INPUT): Remove. * config/djgpp/fnchange.lst: Add i386-linux-tdep.c. * config/djgpp/djcheck.sh: Edit the copyright year out of the test results. Fix editing of `main' arguments for non-GNU Sed.
2000-04-03Fix a typo (comtaining -> containing).Eli Zaretskii1-1/+1
2000-04-03 * symfile.c (map_overlay_command, unmap_overlay_command): FixEli Zaretskii2-2/+11
error message: there's no "overlay on" command.
2000-04-03 * Makefile.in (copying.c): Depend on copying.txt, not COPYING.Eli Zaretskii2-2/+17
(copying.txt): New target, a link to COPYING.
2000-04-03Tidy some code. Print pc rel addresses as signed.Alan Modra2-60/+29
2000-04-03Move bug report string to one place.Alan Modra24-20/+73
2000-04-03NEWS file updateDaniel Berlin1-0/+9
2000-04-03Don't emit relative relocations for non-loaded sections in shared objects.Alan Modra2-6/+13
Fix for DWARF-2 sections .debug_info and .debug_line.
2000-04-03Add 16-bit immediate tests.Alan Modra3-301/+334
2000-04-03 * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined,Hans-Peter Nilsson2-0/+9
call TC_CHECK_ADJUSTED_BROKEN_DOT_WORD for each word after adjustments.
2000-04-03 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 andHans-Peter Nilsson2-3/+31
BFD_RELOC_16 to switch for extended relocs. (MY_swap_ext_reloc_in): New. (MY_swap_ext_reloc_out): New. (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather than NAME(aout,swap_ext_reloc_in) for extended relocs. (NAME(aout,squirt_out_relocs)): Similarly use MY_swap_ext_reloc_out. (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
2000-04-03 * aout64.h (RELOC_EXT_BITS_EXTERN_BIG): Wrap definition in #ifndef.Hans-Peter Nilsson2-0/+25
(RELOC_EXT_BITS_EXTERN_LITTLE): Ditto. (RELOC_EXT_BITS_TYPE_BIG): Ditto. (RELOC_EXT_BITS_TYPE_SH_BIG): Ditto. (RELOC_EXT_BITS_TYPE_LITTLE): Ditto. (RELOC_EXT_BITS_TYPE_SH_LITTLE): Ditto.
2000-04-03Correct 2000-02-26 change.Alan Modra2-4/+11
2000-04-03Update removing anything fixed.Andrew Cagney2-29/+43
2000-04-03 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 toJeff Law2-0/+9
the R_PCRWORD_B case.
2000-04-03Revert white space changes. Need way of stopping this happening.Andrew Cagney1-63/+63
2000-04-03Re-indent (almost). Several cases where indent was getting it wrongAndrew Cagney2-32/+41
were omitted.
2000-04-03Delete add_minsym_to_demangled_hash_table from symtabs.h. Static function.Andrew Cagney3-7/+13
2000-04-03Re-indent gdb-events.h, gdb-events.c using gdb-events.sh.Andrew Cagney4-86/+94
2000-04-03 * gdbtypes.c (safe_parse_type): New wrapper function to ignoreNicholas Duffek4-1/+73
error() during parse_and_eval_type(). (check_stub_method): Call safe_parse_type instead of parse_and_eval_type(). * wrapper.c (gdb_parse_and_eval_type): New wrapper function. (wrap_parse_and_eval_type): New support function. * wrapper.h (gdb_parse_and_eval_type): Prototype. (wrap_parse_and_eval_type): Prototype.