1999-05-25 09:14:40 -04:00
|
|
|
Tue May 25 14:06:06 1999 Jeffrey A Law (law@cygnus.com)
|
|
|
|
|
1999-05-25 17:32:01 -04:00
|
|
|
* output.h (STRIP_NAME_ENCODING): Provide default definition.
|
|
|
|
* dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
|
|
|
|
|
1999-05-25 09:14:40 -04:00
|
|
|
* flow.c (mark_set_1): Do not record BLKmode stores as dead
|
|
|
|
store elimination candidates.
|
|
|
|
|
1999-05-25 01:57:50 -04:00
|
|
|
Tue May 25 08:55:57 1999 Gavin Romig-Koch <gavin@cygnus.com>
|
|
|
|
|
|
|
|
* config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
|
|
|
|
TARGET_GAS.
|
|
|
|
|
1999-05-24 16:32:23 -04:00
|
|
|
Mon May 24 20:30:08 1999 Jim Wilson <wilson@cygnus.com>
|
|
|
|
|
|
|
|
* configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
|
|
|
|
Add use of x-aix41-gld.
|
|
|
|
|
1999-05-24 12:45:19 -04:00
|
|
|
Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz>
|
|
|
|
|
|
|
|
* sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
|
|
|
|
(ASM_OUTPUT_DESTRUCTOR): Define.
|
|
|
|
|
1999-05-24 09:43:22 -04:00
|
|
|
Mon May 24 14:35:24 1999 Jeffrey A Law (law@cygnus.com)
|
|
|
|
|
|
|
|
* loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
|
|
|
|
last CODE_LABEL in a loop if we have previously passed a jump
|
|
|
|
to the top of the loop.
|
|
|
|
|
1999-05-24 03:58:01 -04:00
|
|
|
Mon May 24 07:56:29 1999 Nick Clifton <nickc@cygnus.com>
|
|
|
|
|
|
|
|
* config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
|
|
|
|
applying Philip's patch.
|
|
|
|
|
1999-05-23 20:58:56 -04:00
|
|
|
Mon May 24 01:02:12 1999 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* stmt.c (expand_end_bindings): Ignore any elements of VARS that
|
|
|
|
are not VAR_DECLs.
|
|
|
|
|
1999-05-23 15:37:42 -04:00
|
|
|
Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com)
|
|
|
|
|
|
|
|
* loop.c (strength_reduce): Grow reg_single_usage as needed.
|
|
|
|
|
|
|
|
Sun May 23 10:13:20 1999 David O'Brien <obrien@FreeBSD.org>
|
|
|
|
|
|
|
|
* i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
|
|
|
|
Also remove a useless comment.
|
|
|
|
|
|
|
|
Sun May 23 10:05:23 1999 Jerry Quinn <jquinn@nortelnetworks.com>
|
|
|
|
|
|
|
|
* pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0.
|
|
|
|
|
1999-05-22 14:14:31 -04:00
|
|
|
Sat May 22 21:02:06 1999 David Edelsohn <edelsohn@gnu.org>
|
|
|
|
|
|
|
|
* collect2.c (main): Only generate import or export file and add
|
|
|
|
to link arguments if non-empty. Use xmalloc not alloca.
|
|
|
|
(write_{export,import}_file): Delete.
|
|
|
|
(write_aix_file): New function.
|
|
|
|
(locatelib): Use xmalloc not malloc.
|
|
|
|
(GCC_OK_SYMBOL): Do not check type if aix64.
|
|
|
|
|
|
|
|
Sat May 22 09:35:51 1999 Philip Blundell <pb@nexus.co.uk>
|
1999-05-22 05:40:04 -04:00
|
|
|
|
|
|
|
Based on patch by Scott Bambrough and Pat Beirne:
|
|
|
|
* config/arm/arm.c (making_const_table): New variable.
|
|
|
|
* config/arm/arm.h (making_const_table): Declare.
|
|
|
|
(OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
|
|
|
|
appropriate.
|
|
|
|
* config/arm/arm.md (consttable_4, consttable_8, consttable_end):
|
|
|
|
Keep track of when we are building the constant table.
|
|
|
|
|
1999-05-22 14:14:31 -04:00
|
|
|
Sat May 22 09:34:22 1999 Philip Blundell <pb@nexus.co.uk>
|
1999-05-22 05:11:10 -04:00
|
|
|
|
|
|
|
* config/arm/arm.c (arm_override_options): Fix erroneous warning
|
|
|
|
message.
|
|
|
|
|
1999-05-22 05:07:56 -04:00
|
|
|
Sat May 22 09:06:33 1999 Nick Clifton <nickc@cygnus.com>
|
|
|
|
|
|
|
|
* config/arm/arm.h (NEED_PLT_GOT): Only define if not already
|
|
|
|
defined.
|
|
|
|
|
1999-05-22 03:18:02 -04:00
|
|
|
Sat May 22 07:17:05 1999 Nick Clifton <nickc@cygnus.com>
|
|
|
|
|
|
|
|
* tm.texi (FUNCTION_ARG): Correct description of a stack element
|
|
|
|
in a PARALLEL.
|
|
|
|
|
1999-05-21 21:24:58 -04:00
|
|
|
Sat May 22 01:27:49 1999 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
|
|
|
|
|
1999-05-21 14:23:29 -04:00
|
|
|
Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
|
|
|
|
|
|
|
* rs6000.c (output_mi_thunk): Enable full support again.
|
|
|
|
|
1999-05-21 08:14:10 -04:00
|
|
|
Fri May 21 20:09:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
|
|
|
|
|
|
|
|
* sh.h (BRANCH_COST): Define.
|
|
|
|
|
1999-05-20 18:22:34 -04:00
|
|
|
Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
|
|
|
|
|
|
|
|
* Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
|
|
|
|
|
|
|
|
Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz>
|
|
|
|
|
|
|
|
* function.c (assign_stack_local): Align stack slot propertly.
|
|
|
|
(assign_outer_stack_local): Likewise.
|
|
|
|
|
1999-05-20 06:37:50 -04:00
|
|
|
Thu May 20 10:38:43 1999 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* expr.h (lang_expand_constant): Declare.
|
|
|
|
* toplev.c (lang_expand_constant): Define it.
|
|
|
|
* varasm.c (output_constant): Use it.
|
|
|
|
|
1999-05-20 04:29:52 -04:00
|
|
|
Thu May 20 11:28:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
|
|
|
|
|
|
|
* optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
|
|
|
|
Change function definitions to K&R style.
|
|
|
|
|
1999-05-20 04:19:05 -04:00
|
|
|
Thu May 20 08:16:39 1999 Bruce Korb <ddsinc09@ix.netcom.com>
|
|
|
|
|
|
|
|
* fixinc/fixincl.c: We must not ignore SIGCLD now.
|
|
|
|
|
1999-05-20 03:10:41 -04:00
|
|
|
Thu May 20 07:06:39 1999 Alexandre Oliva <aoliva@acm.org>
|
|
|
|
|
|
|
|
* fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
|
|
|
|
* fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
|
|
|
|
(several places): omit static initialization
|
|
|
|
(process): use single fd, since only the read fd is used
|
|
|
|
* fixinc/gnu-regex.c: define 'const' away, if not supported
|
|
|
|
* fixinc/procopen.c(several places): omit static initialization
|
|
|
|
* fixinc/server.c: define 'volitile' away, if not supported
|
|
|
|
|
1999-05-19 21:54:28 -04:00
|
|
|
1999-05-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
|
|
|
|
|
|
|
* config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
|
|
|
|
asm_fprintf and %L to generate the label name.
|
|
|
|
* config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
|
|
|
|
(ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
|
|
|
|
|
1999-05-19 20:41:24 -04:00
|
|
|
Thu May 20 01:40:55 1999 Jeffrey A Law (law@cygnus.com)
|
|
|
|
|
|
|
|
* jump.c (can_reverse_comparison_p): Do not abort if the comparison
|
|
|
|
insn for a conditional jump can not be found.
|
|
|
|
|
1999-05-19 19:06:09 -04:00
|
|
|
Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com)
|
|
|
|
|
|
|
|
* mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
|
|
|
|
on variables in specific sections other than .sbss and .sdata.
|
|
|
|
|
1999-05-18 23:54:49 -04:00
|
|
|
Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* stmt.c (expand_return): Call start_cleanup_deferral and
|
|
|
|
end_cleanup_deferral around conditional code.
|
|
|
|
|
1999-05-19 04:37:57 -04:00
|
|
|
Wed May 19 08:40:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
|
1999-05-18 22:14:51 -04:00
|
|
|
|
|
|
|
* fixinc/fixincl.tpl: Avoid depending on ANSI C features for
|
1999-05-19 04:37:57 -04:00
|
|
|
filename lists. Utilizes new "krstr" AutoGen function.
|
1999-05-18 22:14:51 -04:00
|
|
|
* fixinc/fixincl.x: Rebuilt.
|
|
|
|
|
1999-05-18 21:54:03 -04:00
|
|
|
Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
|
|
|
|
|
|
|
|
* i386.c (output_float_compare): Avoid GNU-C extensions.
|
|
|
|
|
1999-05-18 19:55:18 -04:00
|
|
|
Wed May 19 00:34:40 1999 Jeffrey A Law (law@cygnus.com)
|
1999-05-17 21:05:14 -04:00
|
|
|
|
1999-05-18 19:55:18 -04:00
|
|
|
* version.c: Bump to distinguish mainline tree from the
|
|
|
|
gcc-2.95 branch.
|
1999-05-17 21:05:14 -04:00
|
|
|
|
1999-05-18 19:55:18 -04:00
|
|
|
See ChangeLog.1 for earlier changes.
|
1998-06-07 21:21:38 -04:00
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
add-log-time-format: current-time-string
|
|
|
|
End:
|