summaryrefslogtreecommitdiff
path: root/libf2c/libU77
Commit message (Collapse)AuthorAgeFilesLines
* [gcc/ChangeLog]zlaski2004-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-21 Ziemowit Laski <zlaski@apple.com> * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Refer to SUBTARGET_OPTION_TRANSLATE_TABLE for architecture-specific options. * config/i386/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): Define it. * config/rs6000/altivec.h: #error out if '-maltivec' not specified. (vector, pixel, bool): #define to __vector, __pixel and __bool. (__un_args_eq, __bin_args_eq, __tern_args_eq): Move to C-specific portion of header. (__altivec_link_error_invalid_argument): Remove prototype; will use __builtin_altivec_compiletime_error("vec_*") instead. (vec_*): Fix/complete set of available operation overloads given the existence of distinct 'vector bool ...' and 'vector pixel' types; tighten cv-correctness of pointer arguments; in C, always check for correct argument types before macro expansion. * config/rs6000/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): New macro defining Darwin/PowerPC-specific '-f[no-]altivec' and '-W[no-]altivec-long-deprecated' switches. * config/rs6000/rs6000-c (rs6000_cpu_cpp_builtins): Pre-define '__vector', '__pixel' and '__bool' macros using '__attribute__((altivec(...)))' types. * config/rs6000/rs6000.c (bool_char_type_node, bool_short_type_node, bool_int_type_node, pixel_type_node, bool_V16QI_type_node, bool_V8HI_type_node, bool_V4SI_type_node, pixel_V8HI_type_node): New type nodes. (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): New, for handling '-W[no-]altivec-long-deprecated'. (rs6000_override_options): Handle '-W[no-]altivec-long-deprecated'. (rs6000_expand_binop_builtin, rs6000_expand_ternop_builtin, altivec_expand_dst_builtin): Remove casts from integer literals. (altivec_expand_builtin): Likewise; handle expansion of new '__builtin_altivec_compiletime_error' function. (rs6000_init_builtins): Initialize 'vector bool ...' and 'vector pixel' types, and make them distinct from other vector types; register '__builtin_altivec_compiletime_error' function. (print_operand): For 'P', print a full target register name instead of merely its number. (rs6000_attribute_table): Add "altivec" attribute. (rs6000_handle_altivec_attribute): New function. * config/rs6000/rs6000.h (TARGET_OPTIONS): Describe '-m[no-]-warn-altivec-long' (which '-W[no-]altivec-long-deprecated' maps to). (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): Forward declare. (ALTIVEC_BUILTIN_COMPILETIME_ERROR): New built-in enumeration. [gcc/testsuite/ChangeLog] 2004-02-21 Ziemowit Laski <zlaski@apple.com> * g++.dg/ext/altivec-1.C: Generalize target triple. * g++.dg/ext/altivec-2.C: New test case. * g++.dg/ext/altivec_check.h: New file. * gcc.dg/altivec-1.c: Generalize target triple; include altivec_check.h and call altivec_check(). * gcc.dg/altivec-[2-5].c: Generalize target triple. * gcc.dg/altivec-6.c: New test case. * gcc.dg/altivec-[7-9].c: Generalize target triple; add type casts as needed. * gcc.dg/altivec-10.c: Include altivec_check.h and call altivec_check(). * gcc.dg/altivec-12.c: New test case. * gcc.dg/altivec-varargs-1.c: Generalize target triple; include altivec_check.h and call altivec_check(). * gcc.dg/altivec_check.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78215 138bc75d-0d04-0410-961f-82ee72b054a4
* boehm-gc/kcook2004-01-152-86/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libf2c/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * libF77/configure.in: Update to AC_PREREQ(2.13) * libI77/configure.in: Update to AC_PREREQ(2.13) * libU77/configure.in: Update to AC_PREREQ(2.13) * libU77/configure: Regenerate. libffi/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libjava/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libjava/libltdl 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Update to AC_PREREQ(2.57). Delete FIXME comment. zlib/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75901 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>toon2003-09-213-0/+7
| | | | | | | | | | PR libf2c/11918 * fstat_.c: Call f_init(). * isatty_.c: Ditto. * fnum_.c: Check file descriptor before handing it back. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71628 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/bes.c, libU77/dbes.c: Remove.neroden2003-06-153-120/+0
| | | | | | | * libU77/Makefile.in: Remove references to bes.c, dbes.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67963 138bc75d-0d04-0410-961f-82ee72b054a4
* * install.tex: Document profiledbootstrap.hubicka2003-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | * Makefile.tpl (profiledbootstrap): New target. * Makefile.in (profiledbootstrap): New target. * Makefile.in (clean, distclean): Kill new stages (POSTSTAGE1_FLAGS_TO_PASS): Break from ... (STAGE2_FLAGS_TO_PASS): ... this one. (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New. (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS. (stageprofile_build, stageprofile_copy, stagefeedback_build, stagefeedback_copy): New. (restageprofile, restagefeedback, stageprofile-start, stageprofile, stagefeedback-start): Likewise. * Make-lang.in: Add support for stageprofile and stagefeedback git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67498 138bc75d-0d04-0410-961f-82ee72b054a4
* * libI77/configure.in (_XOPEN_SOURCE): Bump to 600.ljrittle2003-04-212-80/+91
| | | | | | | | | * libI77/configure: Regenerate. * libU77/configure.in (_XOPEN_SOURCE): Bump to 600. * libU77/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65884 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/configure.in (AC_PROG_CC_WORKS): Define _GNU_SOURCE.aj2003-02-043-61/+71
| | | | | | | | * libU77/config.hin: Regenerated. * libU77/configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62373 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/date_.c (G77_date_y2kbuggy_0): Declare G77_abort_0 noreturn.jason2002-12-182-2/+2
| | | | | | | * libU77/vxtidate_.c (G77_vxtidate_y2kbuggy_0): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60256 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge basic-improvements-branch to trunkzack2002-12-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60174 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-18 Krister Walfridsson <cato@df.lth.se>kristerw2002-11-292-99/+133
| | | | | | | | | | | | | | * libU77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L may be defined before defining these. * libU77/configure: Regenerate. * libI77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L may be defined before defining these. * libI77/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59639 138bc75d-0d04-0410-961f-82ee72b054a4
* maintainer-scripts:zack2002-09-241-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update_version: Do not check in files which are unchanged. * gcc_release: Only update the version in gcc/version.c. gcc: * version.c (version_string): Now const char[]. * version.h: Update to match. gcc/ada: * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o. * Makefile.in (TOOLS_LIBS): Add ../../version.o. * gnatvsn.ads: Gnat_Version_String is now a function. * gnatvsn.adb: New file. When asked for Gnat_Version_String, copy the C version_string into a String and return it. * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb, gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb: Remove pragma Ident (Gnat_Version_String). If this was the sole use of package Gnatvsn, remove the with statement too. * gnat1drv.adb: Tweak -gnatv output. gcc/f: * Make-lang.in (g77spec.o): Don't depend on f/version.h. (f/parse.o): Depend on version.h not f/version.h. (g77version.o, f/version.o): Delete all references. * com.c (ffecom_init_0): Fix transposed array indices in bsearch test. * g77spec.c: Don't include f/version.h or refer to ffe_version_string. * parse.c: Use version_string, not ffe_version_string. * version.c, version.h: Delete files. libf2c: * libF77/Version.c: Rename junk to __LIBF77_VERSION__. Add external decls for __LIBI77_VERSION__ and __LIBU77_VERSION__. Delete __G77_LIBF77_VERSION__ (g77__fvers__): Print all three __LIB*77_VERSION__ strings, and __VERSION__ if we have it; nothing else. * libI77/Version.c: Provide only __LIBI77_VERSION__ (formerly junk). * libU77/Version.c: Provide only __LIBU77_VERSION__ (formerly junk). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57461 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57431 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57405 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57386 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57342 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57301 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57273 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57241 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57186 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57159 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-14 Tim Prince <tprince@computer.org>toon2002-09-141-2/+13
| | | | | | | | PR libf2c/7384 * libU77/datetime_.c: Use GetLocalTime on MS-Windows. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57142 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57133 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57099 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57056 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-111-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57028 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57000 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-091-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56967 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-081-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56944 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-071-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56914 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-061-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56878 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56835 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56788 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56751 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-021-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56737 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-09-011-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56718 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-311-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56702 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-301-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56680 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-291-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56652 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56634 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-271-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56596 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-261-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56581 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56568 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56554 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56538 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56509 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56487 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56461 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56436 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56423 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-08-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56408 138bc75d-0d04-0410-961f-82ee72b054a4