No description
Find a file
Stan Shebs a91a61923d Initial Fortran language support, adapted from work by Farooq Butt
(fmbutt@engage.sps.mot.com).
	* Makefile.in: Add Fortran-related files and dependencies.
	* defs.h (language_fortran): New language enum.
	* language.h (_LANG_fortran): Define.
	(MAX_FORTRAN_DIMS): Define.
	* expression.h: Reformat to standard.
	(MULTI_F77_SUBSCRIPT, OP_F77_UNDETERMINED_ARGLIST,
	OP_F77_LITERAL_COMPLEX, OP_F77_SUBSTR): New expression opcodes.
	* gdbtypes.h (TYPE_CODE_COMPLEX, TYPE_CODE_LITERAL_COMPLEX,
	TYPE_CODE_LITERAL_STRING): New type codes.
	(type): New fields upper_bound_type and lower_bound_type.
	(TYPE_ARRAY_UPPER_BOUND_TYPE, TYPE_ARRAY_LOWER_BOUND_TYPE,
	TYPE_ARRAY_UPPER_BOUND_VALUE, TYPE_ARRAY_LOWER_BOUND_VALUE): New
	macros.
	(builtin_type_f_character, etc): Declare.
	* value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_START): Define.
	* f-exp.y: New file, Fortran expression grammar.
	* f-lang.c: New file, Fortran language support functions.
	* f-lang.h: New file, Fortran language support declarations.
	* f-typeprint.c: New file, Fortran type printing.
	* f-valprint.c: New file, Fortran value printing.
	* eval.c (evaluate_subexp): Add code for new expression opcodes,
	fix wording of error message.
	* gdbtypes.c (f77_create_literal_complex_type,
	f77_create_literal_string_type): New functions.
	* language.c (set_language_command): Add Fortran info.
	(calc_f77_array_dims): New function.
	* parse.c (length_of_subexp, prefixify_subexp): Add cases for new
	expression opcodes.
	* symfile.c (deduce_language_from_filename): Recognize .f and .F
	as Fortran source files.
	* valops.c (f77_value_literal_string, f77_value_substring,
	f77_value_literal_complex): New functions.
1994-08-19 21:59:05 +00:00
bfd Get ld -x -r to handle a.out set symbols correctly. 1994-08-18 21:48:23 +00:00
binutils Add support for removing named sections to objcopy and strip. 1994-08-11 19:00:26 +00:00
config * mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com). 1994-07-16 19:24:33 +00:00
gas * gas/config/tc-hppa.c (pa_comm): Set sy_frag for the common 1994-08-16 18:28:12 +00:00
gdb Initial Fortran language support, adapted from work by Farooq Butt 1994-08-19 21:59:05 +00:00
gprof ns532 support from Ian Dall 1994-07-13 23:21:45 +00:00
include * hpux-symtab.h: New file describing the debug symbols emitted by 1994-08-19 16:04:42 +00:00
ld Make the ELF linker handle orphaned sections reasonably. Also, 1994-08-18 20:10:54 +00:00
mmalloc * COPYING.LIB: New file (standard version 2 LGPL, as already cited 1993-11-17 04:35:46 +00:00
opcodes * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'. 1994-07-28 23:46:19 +00:00
readline * configure.in (m88*-harris-cxux7*): Recognize. 1994-07-16 20:33:21 +00:00
sim Specify the file type. 1994-06-28 01:05:38 +00:00
.Sanitize Add librx. 1994-08-16 21:12:12 +00:00
Build-A-Release.mk
build-all.mk LynxOS changes 1994-08-03 13:45:11 +00:00
ChangeLog * Makefile.in: Remove (for now) librx as a host library, 1994-08-19 19:58:27 +00:00
ChangeLog.mpw * mpw-README: Update the GDB information. 1994-07-01 01:21:18 +00:00
config.guess * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu. 1994-07-23 19:19:58 +00:00
config.sub * config.sub: Refer to NeXT's operating system as nextstep. 1994-07-21 21:43:17 +00:00
configure * configure: Fix up help message; from karl@owl.hq.ileaf.com 1994-08-19 14:50:50 +00:00
configure.in * configure.in: Also configure librx. 1994-08-16 23:11:16 +00:00
DOC.Sanitize Remove mention of keep-powerpc-netware: PowerPC NetWare is no longer 1994-05-20 18:26:18 +00:00
INSTALL
install-texi.in
Install.in
install.sh * install.sh: If $dstdir exists, don't check whether each component does. 1994-04-27 19:19:56 +00:00
intro.texi
Makefile.in * Makefile.in: Update various rules to reflect that librx 1994-08-15 23:51:58 +00:00
mpw-build.in Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-28 00:15:29 +00:00
mpw-config.in Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-28 00:15:29 +00:00
mpw-configure Thu Mar 17 12:55:51 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-03-17 23:02:58 +00:00
mpw-README Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-28 00:15:29 +00:00
Pack-A-Progressive
SUPPORTED
tape-labels-tex.in
test-build.mk more cleanup 1994-05-18 00:03:28 +00:00