aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
AgeCommit message (Collapse)AuthorFilesLines
1992-09-08Switch to ser-bsd.c.Stu Grossman1-1/+1
1992-09-03Add apollo68b.mh.Stu Grossman2-0/+6
1992-09-03* config/rs6000.mh (MH_CFLAGS): Circumvent IBM <rpc/rpc.h> bug,John Gilmore1-1/+11
for files in vx-share/*.c. * xm-rs6000.h (fd_set): Circumvent the rs6000.mh circumvention, for normal GDB source files.
1992-09-02Update .sanitize filesJohn Gilmore1-18/+5
1992-09-02* config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh filesJohn Gilmore1-1/+1
should include a ser-XXX.o module. * configure.in: Map unrecognized sun 68k's, sun sparcs, into known suns in configure.in, rather than mapping them to unique config files that happen to duplicate other config files. * config/sun3.{mh,mt}: Remove (use identical sun3os4.*). * config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
1992-09-02* config/m68k-un.mt, config/m68k-noun.mt, config/sparc-un.mt,John Gilmore4-0/+16
config/sparc-noun.mt: New target configs for embedded. * config/sun4os3.{mh,mt}: Remove, never existed in production.
1992-08-29RS/6000 portability changes (for hosting cross-debuggers).John Gilmore2-5/+8
* config/rs6000.mh (XDEPFILES): Move xcoffexec.o to target side. (XM_CLIBS): Add -lm to circumvent AIX 3.2 libc ldexp bug. * config/rs6000.mt (TDEPFILES): Adopt xcoffexec.o.
1992-08-28* tm-altosgas.h, tm-i386v-g.h: Remove ancient coff encap configs.John Gilmore2-2/+1
* config/{altosgas.mt, i386v-g.mt, i386v32-g.mt}: Ditto. * config/{i386sco.mt,i386v32.mt}: Remove; identical to i386v.mt. * config/{go32.mt,i960.mt}: Remove; they only printed error msgs. * config/nindy960.mt: Remove useless MT_CFLAGS setting. * config/i386aout.mt: Use tm-i386v.h, not tm-i386v-g.h.
1992-08-01 * dwarfread.c (struct dieinfo): Remove obsolete at_visibility,Fred Fish1-2/+2
at_import, at_frame_base. * dwarfread.c (completedieinfo): Remove cases for obsolete AT_visibility, AT_import, and AT_frame_base attributes. * breakpoint.h (BREAKPOINT_MAX): Increase from 10 to 16 for i860, which can keep up to 4 shadow breakpoints. * tm-stratus.h (USG): Define. * tm-stratus.h (TARGET_BYTE_ORDER): Define to BIG_ENDIAN. * xm-stratus.h (HOST_BYTE_ORDER): Define to BIG_ENDIAN. * xm-stratus.h (xm-sysv4.h): Include, name changed from xm-svr4.h. * xm-stratus.h (NO_JOB_CONTROL): Remove define. * config/stratus.mt (TDEPFILES): Include files available from stratus that are not yet in release pending receipt of paperwork at FSF. * buildsym.c (finish_block): Minor code format change. * gdbtypes.h (struct field): Add to comments. * gdbtypes.h (virtual_field_bits): Add to comments. * objfiles.c (allocate_objfile): Change obstack interface to match FSF merging efforts.
1992-07-23Support OSE.David Henkel-Wallace1-0/+1
1992-07-14Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion.Stu Grossman1-1/+2
1992-07-14 * config/ncr3000.mt (DEMANGLE_OPTS): Remove.Fred Fish1-8/+0
1992-07-13* config/sun4sol2.mh: Remove -xs flag, default INSTALL to cp.John Gilmore1-3/+8
1992-07-07 * configure.in: Add m68k-ericsson-*.Fred Fish2-0/+4
* remote-es1800.c, tm-es1800.h, config/es1800.mt: New files.
1992-06-23Add linux.mh and linux.mt.Per Bothner1-0/+2
1992-06-23New port to Linux (a free Unix clone for 386 machines).Per Bothner2-0/+11
1992-06-20HPPA BSStu Grossman2-1/+5
1992-06-19HPPA merge.Stu Grossman4-0/+17
1992-06-16Keep sun4sol2.m{th}.Stu Grossman1-0/+2
1992-06-16More 29k crap to remove!Stu Grossman1-1/+0
1992-06-15 * Makefile.in (VERSION): Bump to 4.5.5.Fred Fish1-3/+4
* symtab.c (decode_line_1): Until C++ support stabilizes, when C++ lookups fail, print possibly helpful hint about completion. * cplus-dem.c (demangle_signature): Fix ARM style demangling for static data members. * dbxread.c (dbx_psymtab_to_symtab_1): Fix prototype. * config/ncr3000.mh (INSTALL): Don't use /usr/ucb/install, it's broken on ncr3000's.
1992-06-13* buildsym.h: Add processing_acc_compilation flag.John Gilmore2-2/+2
* buildsym.c (read_sun_builtin_type, read_sun_floating_type): New. (define_symbol): Skip arg types in function entries. Resolve overloaded 'P' which acc uses for prototypes of functions called by this file. (read_type: 'b', 'r'): Handle Solaris2 builtin types. * minsyms.c (prim_record_minimal_symbol_and_info): Hack to save size of ELF symbols. FIXME. * tm-sun4os5.h: Rename to tm-sun4sol2.h. Update defines for Sol2. * xm-sun4os5.h: Rename to xm-sun4sol2.h. Hack more defines. * config/sun4os5.m[ht]: Rename to config/sun4sol2.m[ht]; new xm, tm.
1992-06-13* configure.in: Solaris config is sparc-sun-solaris2.John Gilmore2-0/+32
* config/sun4os5.m[ht]: Rename to config/sun4sol2.m[ht].
1992-06-10 * c-exp.y, m2-exp.y: Move remapping defines for malloc andFred Fish5-0/+15
realloc. Add remapping defines for {yyss, yyssp, yyvs, yyvsp}. * config/{amix.mh, i386v4.mh, ncr3000.mh, stratus.mh, sun4os5.mh}: Add definition for INSTALL using /usr/ucb/install.
1992-06-09* Makefile.in: Roll VERSION to 4.5.4.John Gilmore14-13/+17
* Makefile.in, config/*.mh, config/*.mt: Rename TM_CFLAGS to MT_CFLAGS, XM_CFLAGS to MH_CFLAGS to match file names. * config/sun4os5.mh: Add MH_CFLAGS=-xs to save debug info.
1992-06-08See gdb/Changelog for details.Stu Grossman1-1/+1
1992-06-08See gdb/Changelog for detailsStu Grossman1-0/+7
1992-05-13 Changes to support GDB running on DOS using GO32 and H8 supportSteve Chamberlain4-1/+17
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h", allowing hosts with different text and binary file formats to work. * coffread.c (read_coff_symtab): changed calling convention and operation - now it opens its own file with FOPEN_RB rather than duping and fdopening the provided handle. * dbxread.c, cplus-dem.c: #include mangling. * exec.c: If O_BINARY isn't defined, set it to 0, call openp for binary files oring in the right bit. * utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals. * remote-hms.c: cleanup to use the new remote serial stuff * serial.h, ser-termios.c, ser-go32.c: newfiles to provide host independent remote terminal I/O. * remote.c: if DONT_USE_REMOTE is defined, then don't use it. * source.c (openp): fix off by one problem removing / - can now open a source file in the root directory with DOS. * values.c (value_as_pointer): remove bogus address bits from long. (unpack_long): unpack into unsigned long/short if pointer. sun4.mh: use the ser-termios stuff go32.mh: use the ser-go32 stuff
1992-05-10 * config/ncr3000.mt (DEMANGLE_OPTS): Remove -Dnounderscore.Fred Fish1-1/+1
1992-05-03 * config/ncr3000.mt: New target config file.Fred Fish2-0/+12
1992-04-22Replace MINUS_G with CFLAGS.Fred Fish1-1/+1
1992-04-22Add config target for 29k/UDI.Stu Grossman2-0/+6
1992-04-11New configuration file for ncr 3000.Fred Fish2-0/+37
1992-04-03Sort the names, since the file renaming.John Gilmore1-54/+54
1992-04-03Don't need to bring in mipsread.o specially any more.John Gilmore4-4/+4
1992-04-01Keep sun4os5 config files now that Sun says it's OK.John Gilmore1-0/+2
1992-03-31* config/irix4.mh: Don't use coredep.o. It doesn't work with procfs.Stu Grossman1-1/+1
1992-03-29New host and target.John Gilmore2-0/+24
1992-03-29Merged in latest RS6000 diffs from Metin G. Ozisik.Per Bothner1-1/+1
1992-03-25irix4 supportK. Richard Pixley1-0/+1
1992-03-24 * config/rs6000.mh: Update (for Fred's new mmalloc)Per Bothner1-3/+3
flags to disable use of GNU malloc/mmalloc. * munch: Change SYSV rule to allow .text before the label, as well as after, to work for AIX. * gdbtypes.h: Minor clarifiction.
1992-03-15Missed in last checkin.Fred Fish1-3/+8
1992-03-13Reflect file name changesSteve Chamberlain1-102/+102
1992-03-06* ecoff.c: Move to ../bfd/coff-msym.c.John Gilmore2-2/+2
* config/mt-*mips: Remove ecoff.o from the configuration.
1992-03-05* config.sub configure.in config/.Sanitize config/mh-irix4Stu Grossman3-1/+9
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
1992-03-01More changes, mostly from IBM, for the rs6000. See ChangeLog.Per Bothner1-0/+5
1992-02-27* config/mt-bigmips, config/mt-littlemips: Add ecoff.o.John Gilmore2-2/+2
1992-02-11Added mh-apollo68v and mt-os68k as files-to-keep.Sean Eric Fagan1-0/+2
1992-02-10Added support for hosting on an Apollo Series 400 (under System V emulation),Sean Eric Fagan2-0/+11
and targeted towards an OS/68000 system.
1992-02-07Add xm-vaxbsd.h and xm-vaxult.h to .Sanitize. Add mh-vaxbsd and mh-vaxult,Stu Grossman1-1/+2
remove mh-vax from config/.Sanitize.