aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-10-21Various arious PA changes from Utah.Ken Raeburn3-5/+117
V9 bugfix. See changelog...
1993-10-21delete some code in "#if 0"Ken Raeburn1-6/+0
1993-10-21 * config/tc-sparc.c (md_parse_option): Accept and ignore -sparcIan Lance Taylor2-54/+51
option, which is used by the SunOS make default .s.o rule.
1993-10-21Set bfd_gas for all sparc targets. Added facility for keeping or rejectingKen Raeburn1-62/+88
configurations still under development; default is to assume production environment, and reject configs still being worked on. Mark Elf configurations (except sparc and i386) as developmental. Deleted cases matching some generic names in favor of more specific names. (E.g., when we get Alpha support, we'll still only support VMS for Vax.)
1993-10-21Patch from Jeff Law:Ken Raeburn2-8/+14
* paread.c: Fix references to "hppa" that should now be "som".
1993-10-21elfcode.h (FILE_ALIGN_: Renamed from EALIGN, to avoid conflict with UltrixKen Raeburn3-84/+227
header files. Also, lots of changes for PA elf and som support from Utah; see ChangeLog for details.
1993-10-21 gcc -Wall lint:Jim Kingdon1-0/+7
* coff-h8300.c, coffcode.h: Change shrink parameter in *_reloc16_estimate to unsigned to match prototype. * archive.c: Avoid "/*" in comment.
1993-10-21Always build newlib for native Lynx.Stan Shebs2-1/+8
1993-10-21 * dep-in.sed: Create our own line breaks for a more aestheticIan Lance Taylor1-0/+4
Makefile. * Makefile.in: Rebuilt dependencies.
1993-10-21* symtab.c (decode_line_1): Don't use SYMBOL_LINE for functions.Jim Kingdon2-37/+59
1993-10-21 * elf32-mips.c: Include "seclet.h".Ian Lance Taylor2-0/+13
(mips_elf_fake_sections): Force size of .reginfo section to sizeof Elf32_External_RegInfo. (mips_elf_seclet_link): New function. Link the .reginfo section specially, and pass everything else to the generic routine. (bfd_elf32_bfd_seclet_link): Define macro. * elf32-target.h: If bfd_elf32_bfd_seclet_link is already defined, don't override it.
1993-10-21 * stabs.texinfo (Local Variable Parameters): Re-write paragraph onJim Kingdon1-5/+7
floats passed as doubles (to improve clarity).
1993-10-21 * gdb.t09/corefile.exp: At end of test, use "core" command withJim Kingdon1-0/+5
no arguments.
1993-10-21 * remote-udi.c (udi_store_registers, store_register): UseStu Grossman2-34/+91
UDI29KPC address space when modifying PC. It seems that you can't modify the PC directly (at least in the isstip simulator).
1993-10-21 * Move "set remotebaud" from remote-utils.c to main.c to it appliesJim Kingdon1-8/+0
to remote.c as well.
1993-10-21 * xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read):Jim Kingdon1-4/+7
Sort symtabs for this objfile only, not for all objfiles.
1993-10-21 * target.h: Put remote_debug declaration back here. Add baud_rate.Jim Kingdon5-11/+13
* remote.c, remote-udi.c, remote-utils.h: Let target.h take care of declaring these. Those random externs all over are error prone. * Move "set remotebaud" from remote-utils.c to main.c to it applies to remote.c as well. * xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read): Sort symtabs for this objfile only, not for all objfiles. * symfile.c, symfile.h (sort_all_symtab_syms): Remove; no longer used.
1993-10-21 * xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read):Jim Kingdon3-16/+25
Sort symtabs for this objfile only, not for all objfiles. * symfile.c, symfile.h (sort_all_symtab_syms): Remove; no longer used.
1993-10-21* mh-hp300: Revert yesterday's change, but add comment explaining.Jim Kingdon1-0/+6
1993-10-21 * mipsread.c (parse_symbol): In third-eye, a function has a blockJim Kingdon1-0/+6
within it which represents the whole function. Create only one GDB block for both.
1993-10-21 * config/a29k/a29k-udi.mt: Define REMOTE_O as null so that we don'tStu Grossman2-0/+3
get the default remote* modules.
1993-10-21 * main.c: Make baud_rate and remote_debug be global variables,Stu Grossman6-52/+82
remove #include "remote-utils.h". This makes it possible to build GDB without remote-utils.c. Also, move setting of remote_debug into main, so that all remote*.c files can use it (not just the serial line ones). And, make baud_rate be an int. * remote-udi.c: Change kiodebug to remote_debug. * remote-utils.c: Move setting of baud rate and debug into main.c. * remote-utils.h: Redefine sr_{get set}_debug and sr_{get set}_baud to use baud_rate and remote_debug globals for compatibility. * remote.c: Use remote_debug and baud_rate globals directly, instead of sr_ functions, so that we don't need to load remote-utils.c.
1993-10-20 * stabsread.c (define_symbol): When combining a LOC_ARG and aJim Kingdon2-0/+9
LOC_REGISTER, use the type from the LOC_REGISTER, not from the LOC_ARG.
1993-10-20 * stabs.texinfo (Local Variable Parameters): Re-write paragraph onJim Kingdon2-9/+31
floats passed as doubles (to improve clarity).
1993-10-20define some signalsK. Richard Pixley2-0/+12
1993-10-20 * libnlm.h (nlm_backend_data): Added signature field.Ian Lance Taylor1-0/+6
(nlm_signature): New macro. * nlmcode.h (nlm_object_p, nlm_write_object_contents): Use the NLM signature from the backend rather than the constant NLM_SIGNATURE. * nlm32-i386.c (nlm32_i386_backend): Initialize signature field.
1993-10-20(HFILES): New variable, for use in "make dep".Ken Raeburn1-10/+21
(.dep): Depend on $(CFILES) and $(HFILES). Delete .dep1 and remake it, so that "$?" is complete. (.dep1): Don't need to remove .dep1 first. (dep.sed): Depend on config.status, not Makefile. (CFILES): Add nlm.c.
1993-10-20 * Makefile.in (INTERNAL_LDFLAGS): New macro. The new part isJim Kingdon2-3/+18
that we use CFLAGS and PROFILE_CFLAGS to link. (gdb, rapp, kdb): Use INTERNAL_LDFLAGS instead of LDFLAGS and/or GLOBAL_CFLAGS.
1993-10-20 * Makefile.in: Add $(srcdir) to all refs to 29k-shareStu Grossman2-19/+25
directories.
1993-10-20 * aoutf1.h (MACHTYPE_OK): Accept M_UNKNOWN.Ian Lance Taylor1-0/+5
(NAME(sunos,set_arch_mach)): Treat M_UNKNOWN as 68000, not 68020.
1993-10-20 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16Stu Grossman1-1/+8
17}/Makefile.in: Make it possible to run the testsuite with Sun make and CC = cross gcc by adding explicit build rules for .o files.
1993-10-20new test m68k/pic1.s - simple pic code generationKen Raeburn1-0/+5
1993-10-20new test diff1.s - difference of two undefined symbols (should be rejected)Ken Raeburn1-0/+5
1993-10-20* Makefile.in (OBJDUMP_FOR_TARGET): Define similar to AS_FOR_TARGET.Ken Raeburn1-17/+30
(check): Don't pass ASFLAGS variable. (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
1993-10-20Makefile.in (OBJDUMP_FOR_TARGET): Define similar to AS_FOR_TARGET.Ken Raeburn1-0/+15
(check): Don't pass ASFLAGS variable. (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp. From Jeff Law: lib/gas-defs.exp (objdump_start, objdump_finish): New functions so that tests can parse the output of objdump looking for errors in relocation entires, file headers and the like.
1993-10-20* hosts/i386bsd.h [__bsdi__]: Define HOST_DATA_START_ADDR.Jim Kingdon1-0/+4
1993-10-20* configure.in: Add comment about HP compiler vs. emacs.Jim Kingdon2-1/+7
1993-10-20 * mh-hp300: Don't define CFLAGS to empty. Why should hp300 beJim Kingdon2-1/+74
different from anything else? ("gdb doesn't understand the native debug format" isn't a good enough answer because we might be using gcc).
1993-10-20fix one bad date, creditsRoland Pesch2-7/+11
1993-10-20 * Makefile.in (ALLCONFIG): Add config/i386/{i386m3.mh, i386m3.mt,Fred Fish2-6/+19
i386/i386mk.mh i386/i386mk.mt}, config/mips/{mipsm3.mh, mipsm3.mt}, config/ns32k/{ns32km3.mh, ns32m3.mt} * Makefile.in (remote_utils_h): Add remote-sim.h * Makefile.in (NONSRC): Add i386-nlmstub.c * Makefile.in (HFILES): Add coff-solib.h
1993-10-19don't build ld on solaris2David D. Zuhn2-0/+8
1993-10-19configure.in: Accept alpha-dec-osf1* instead of just -osf1, since config.guessKen Raeburn2-15/+20
will include the full version number.
1993-10-19 * config/tc-m68k.h (AOUT_MACHTYPE): Define to be external variableIan Lance Taylor3-32/+50
m68k_aout_machtype. * config/tc-m68k.c (omagic): Remove obsolete and unused variable. (m68k_aout_machtype): New variable, if OBJ_AOUT. (md_assemble): Initialize m68k_aout_machtype based on current_architecture, if OBJ_AOUT. (md_parse_option): Remove obsolete reference to omagic.
1993-10-19Modified Files:Kung Hsu1-11/+17
ChangeLog * values.c (value_virtual_fn_field): Fix the offset calculation when calling virtual functions. (gdb.t22/virtfunc.exp). * eval.c (evaluate_subexp): same as above.
1993-10-19 * gdb.t15/funcargs.exp: Don't put comments on same line asJim Kingdon1-0/+5
setup_xfail (@#$*%& tcl braindamage!).
1993-10-19Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch3-15/+25
* a4rc.sed: update to work with Andreas Vogel papersize params * refcard.tex: use Andreas Vogel simplifications of papersize params; remove useless version info; update copyright date.
1993-10-19Modified Files:Kung Hsu1-6/+8
values.c eval.c * values.c (value_virtual_fn_field): Fix the offset calculation when calling virtual functions. (gdb.t22/virtfunc.exp). * eval.c (evaluate_subexp): same as above.
1993-10-19 * configure.in: Build linker and binutils for alpha-dec-osf1.Ian Lance Taylor2-1/+5
1993-10-19 * configure.in (alpha-*-osf*): New target; use alpha.mt.Ian Lance Taylor3-106/+150
* Makefile.in (ALL_EMULATIONS): Added em_alpha.o. (em_alpha.c): New target; use alpha.sh and alpha.sc. * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define. * config/alpha.mt: New file. * emulparams/alpha.sh: New file. * scripttempl/alpha.sc: New file.
1993-10-19New files for Alpha linker.Ian Lance Taylor6-0/+76