Apply patch from Philip Blundell <pb@nexus.co.uk> to fix PIC support for
[platform/upstream/gcc.git] / gcc / ChangeLog
1 Thu May 13 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
2
3         Based on patch by Scott Bambrough and Pat Beirne:
4         * config/arm/arm.c (making_const_table): New variable.
5         * config/arm/arm.h (making_const_table): Declare.
6         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
7         appropriate.
8         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
9         Keep track of when we are building the constant table.  
10
11 Tue May 18 17:44:22 1999  Philip Blundell  <pb@nexus.co.uk>
12
13         * config/arm/arm.c (arm_override_options): Fix erroneous warning
14         message.
15         
16 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
17
18         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
19         defined. 
20
21 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
22
23         * tm.texi (FUNCTION_ARG): Correct description of a stack element
24         in a PARALLEL.
25
26 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
27
28         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
29
30 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
31
32         * rs6000.c (output_mi_thunk): Enable full support again.
33
34 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
35
36         * sh.h (BRANCH_COST): Define.
37
38 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
39
40         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
41
42 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
43
44         * function.c (assign_stack_local): Align stack slot propertly.
45         (assign_outer_stack_local): Likewise.
46
47 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
48
49         * expr.h (lang_expand_constant): Declare.
50         * toplev.c (lang_expand_constant): Define it.
51         * varasm.c (output_constant): Use it.
52
53 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
54
55         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
56         Change function definitions to K&R style.
57
58 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
59
60         * fixinc/fixincl.c: We must not ignore SIGCLD now.
61
62 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
63
64         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
65         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
66         (several places): omit static initialization
67         (process): use single fd, since only the read fd is used
68         * fixinc/gnu-regex.c: define 'const' away, if not supported
69         * fixinc/procopen.c(several places): omit static initialization
70         * fixinc/server.c: define 'volitile' away, if not supported
71
72 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
73
74         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
75         asm_fprintf and %L to generate the label name.
76         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
77         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
78
79 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
80
81         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
82         insn for a conditional jump can not be found.
83
84 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
85
86         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
87         on variables in specific sections other than .sbss and .sdata.
88
89 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
90
91         * stmt.c (expand_return): Call start_cleanup_deferral and
92         end_cleanup_deferral around conditional code.
93
94 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
95
96         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
97         filename lists.  Utilizes new "krstr" AutoGen function.
98         * fixinc/fixincl.x: Rebuilt.
99
100 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
101
102         * i386.c (output_float_compare): Avoid GNU-C extensions.
103
104 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
105
106         * version.c: Bump to distinguish mainline tree from the
107         gcc-2.95 branch.
108
109 See ChangeLog.1 for earlier changes.
110
111 Local Variables:
112 add-log-time-format: current-time-string
113 End: