Commit Graph

48 Commits

Author SHA1 Message Date
Jason Merrill
df37d0faf5 (SELECT_SECTION): If RELOC is true, put it in data.
From-SVN: r11909
1996-05-01 04:49:53 +00:00
Jason Merrill
6de7818374 (ASM_OUTPUT_SECTION_NAME): If no decl is specified,
make the section read/write data.

From-SVN: r11900
1996-04-28 22:04:08 +00:00
Richard Kenner
a4ec6e2a10 (ENDFILE_SPEC): Add missing `%s'.
From-SVN: r11811
1996-04-16 10:10:51 -04:00
Richard Kenner
7d4ea832ef (SWITCH_TAKES_ARG): Use DEFAULT_SWITCH_TAKES_ARG.
From-SVN: r11266
1996-02-13 17:58:57 -05:00
Ian Lance Taylor
bcc1f62c9e In ASM_FINAL_SPEC, use %|, not ${pipe:-}
From-SVN: r11124
1996-01-30 18:30:03 +00:00
Doug Evans
38c27e228e * svr4.h (SWITCH_TAKES_ARG): Add 'x'.
From-SVN: r11073
1996-01-19 21:50:07 +00:00
Richard Kenner
96f158f7bd (ASM_OUTPUT_SECTION_NAME): Define section attributes only when a
section is defined the first time.

From-SVN: r11014
1996-01-16 06:25:50 -05:00
Michael Meissner
f4ff2d8fb7 Don't define MAX_OFILE_ALIGNMENT twice.
From-SVN: r10953
1996-01-07 22:44:36 +00:00
Michael Meissner
a211c7b906 Allow large alignments on ELF systems
From-SVN: r10951
1996-01-07 22:00:44 +00:00
Jim Wilson
7f0d4f6d83 (ASM_IDENTIFY_GCC): Don't output stab here.
(ASM_IDENTIFY_GCC_AFTER_SOURCE): Output stab here instead of
above.

From-SVN: r10804
1995-12-18 16:02:00 -08:00
Ian Lance Taylor
8092a8e841 Define DBX_USE_BINCL.
From-SVN: r10707
1995-12-13 20:02:30 +00:00
Jason Merrill
52a08fa63e (LIBGCC_SPEC): Remove.
From-SVN: r10676
1995-12-05 03:26:37 +00:00
Doug Evans
f905fc0dc3 svr4.h (MD_EXEC_PREFIX): Don't use if cross compiling.
* svr4.h (MD_EXEC_PREFIX): Don't use if cross compiling.
	(MD_STARTFILE_PREFIX): Likewise.
	(LINK_SPEC): Don't use absolute path names if cross compiling.

From-SVN: r10632
1995-11-29 23:08:59 +00:00
Doug Evans
b9431ba27d (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r10628
1995-11-29 22:50:54 +00:00
Richard Kenner
f6ab52f889 (ASM_IDENTIFY_GCC_AFTER_SOURCE): Delete.
(ASM_IDENTIFY_GCC): Output stab here.

From-SVN: r10547
1995-11-04 10:36:21 -05:00
Richard Kenner
c0318c9910 (ASM_OUTPUT_SECTION_NAME): Don't crash if DECL is null.
From-SVN: r10067
1995-06-28 15:24:21 -04:00
Richard Kenner
0af195cf99 Update FSF address.
From-SVN: r9972
1995-06-15 08:55:05 -04:00
Jason Merrill
daefd78b4c Update weak symbol support
From-SVN: r9697
1995-05-16 01:02:59 +00:00
Roland McGrath
fa42ea0227 (ASM_OUTPUT_SECTION_NAME): Make the section read-only executable "ax" if DECL is a FUNCTION_DECL...
(ASM_OUTPUT_SECTION_NAME): Make the section read-only executable "ax"
if DECL is a FUNCTION_DECL; read-only "a" (previously the case always)
if DECL is TREE_READONLY; otherwise writable "aw".

From-SVN: r9386
1995-04-14 23:31:05 +00:00
Jason Merrill
f6b54ae808 Tweak LINK_SPEC
From-SVN: r9198
1995-03-17 02:38:52 +00:00
Richard Kenner
71df911299 (DBX_OUTPUT_MAIN_SOURCE_FILE_END): New macro.
From-SVN: r9044
1995-02-22 21:32:41 -05:00
Per Bothner
4925e137f6 * config/svr4.h (ASM_OUTPUT_SOURCE_LINE): Use assemble_name.
From-SVN: r8973
1995-02-20 16:40:44 -08:00
Roland McGrath
bbff01697a (ASM_OUTPUT_SECTION_NAME): Take proper number of args.
From-SVN: r8826
1995-01-27 06:09:14 +00:00
Roland McGrath
43238b97ad (ASM_OUTPUT_SECTION_NAME): Renamed from ASM_OUTPUT_SECTION.
The old name was a typo.

From-SVN: r8793
1995-01-24 04:23:23 +00:00
Jason Merrill
68d69835ac Shared library support.
From-SVN: r8519
1994-11-19 04:09:58 +00:00
Michael Meissner
cfb8776eb5 Do not emit \v, gas does not like it.
From-SVN: r8156
1994-09-28 22:33:33 +00:00
Ian Lance Taylor
ab72fb3bfd Only define PREFERRED_DEBUGGING_TYPE if it is not already defined.
From-SVN: r8018
1994-09-02 18:35:32 +00:00
Ian Lance Taylor
136bfcb334 Add support for -gstabs on SVR4 configurations.
From-SVN: r8017
1994-09-02 18:25:11 +00:00
Ian Lance Taylor
5748cda9cb Define ASM_OUTPUT_SECTION_NAME
From-SVN: r7972
1994-08-24 22:30:43 +00:00
Jim Wilson
ed8969fa7d (SELECT_SECTION): Variables go in readonly data
only if the initializer is constant.

From-SVN: r6820
1994-03-18 15:43:00 -08:00
Richard Kenner
8b2e2b2f6f (ASM_FINISH_DECLARE_OBJECT): Set size_directive_output to 1.
From-SVN: r6695
1994-03-04 17:19:06 -05:00
Richard Stallman
a35f176bc5 (ASM_DECLARE_OBJECT_NAME): Set size_directive_output.
(ASM_FINISH_DECLARE_OBJECT): Defined.

From-SVN: r5829
1993-10-20 19:51:40 +00:00
Richard Stallman
86615a6216 (ASM_DECLARE_OBJECT_NAME): Don't make a .size if the size is not known.
(ASM_DECLARE_OBJECT_NAME): Don't make a .size
if the size is not known.  Use DECL, not decl.

From-SVN: r5003
1993-07-27 18:46:28 +00:00
Ian Lance Taylor
3b39b94f84 Base WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SWITCH_TAKES_ARG
From-SVN: r4247
1993-04-27 14:58:13 +00:00
Paul Eggert
13d39dbc99 # Fix misspellings in comments.
From-SVN: r3179
1993-01-10 19:16:01 +00:00
Tom Wood
16ff428bc1 (USING_SVR4_H): Define.
From-SVN: r1766
1992-08-04 19:17:40 +00:00
Richard Stallman
207cdd0763 (ASM_OUTPUT_BEFORE_CASE_LABEL): New macro--default definition.
(ASM_OUTPUT_CASE_LABEL): Use that.

From-SVN: r1659
1992-07-21 21:49:50 +00:00
Richard Stallman
fc416d5baf (HANDLE_SYSV_PRAGMA): Defined.
From-SVN: r1652
1992-07-21 18:06:14 +00:00
Charles Hannum
dd452ebae7 entered into RCS
From-SVN: r1412
1992-07-03 21:16:00 +00:00
Richard Stallman
93639b52a6 *** empty log message ***
From-SVN: r1066
1992-05-23 21:24:27 +00:00
Richard Stallman
01e2750c1b *** empty log message ***
From-SVN: r993
1992-05-15 21:01:40 +00:00
Richard Stallman
252043ee44 *** empty log message ***
From-SVN: r826
1992-04-25 01:09:03 +00:00
Richard Stallman
1474c150a8 *** empty log message ***
From-SVN: r654
1992-04-01 04:04:17 +00:00
Richard Stallman
4b69d2a3ae *** empty log message ***
From-SVN: r634
1992-03-30 03:49:49 +00:00
Richard Stallman
55ee1b03a3 *** empty log message ***
From-SVN: r626
1992-03-29 22:47:11 +00:00
Richard Stallman
b3865ca9f8 *** empty log message ***
From-SVN: r551
1992-03-21 22:50:43 +00:00
Richard Stallman
b4ac57ab29 *** empty log message ***
From-SVN: r478
1992-03-14 05:17:01 +00:00
James Van Artsdalen
2a2ab3f96a Initial revision
From-SVN: r264
1992-02-01 06:00:10 +00:00