aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@wolery.cumb.org>2000-05-20 19:45:36 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-05-20 19:45:36 +0000
commitfbd40359903dd76a65dea95c8782cc47f28fbc77 (patch)
tree7ccfa0379a3a0d2a4e7803089ea3f13593b309bc /gcc/varasm.c
parentcd64831fc204fed5bcc6a957a43b1f3924a64960 (diff)
downloadgcc-fbd40359903dd76a65dea95c8782cc47f28fbc77.zip
gcc-fbd40359903dd76a65dea95c8782cc47f28fbc77.tar.gz
gcc-fbd40359903dd76a65dea95c8782cc47f28fbc77.tar.bz2
top level:
* diagnostic.c: Eliminate implicit int. * except.c, gcc.c: Add static prototypes. * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED. * gensupport.c (process_rtx): Use XVEC to initialize vector slot of 'split'. * print-rtl.c: If DEBUG_REGISTER_NAMES, define static debug_reg_names instead of static reg_names. If not, define global reg_names. * regclass.c: Don't define global reg_names unless DEBUG_REGISTER_NAMES is defined. * reload1.c (order_regs_for_reload): Remove unused variable. * varasm.c: Include output.h after defaults.h. Define eh_frame_section as function of no args, not of unspecified args. * gcc.c: Constify argbuf; arguments to store_arg, process_command, main; elements of struct command and struct switchstr; local variables in execute, process_command, main. cp: * except.c: Add static prototypes. From-SVN: r34054
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index b92bf3c..85755b7 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -35,10 +35,10 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "function.h"
#include "expr.h"
-#include "output.h"
#include "hard-reg-set.h"
#include "regs.h"
#include "defaults.h"
+#include "output.h"
#include "real.h"
#include "toplev.h"
#include "dbxout.h"
@@ -427,7 +427,7 @@ asm_output_aligned_bss (file, decl, name, size, align)
#ifdef EH_FRAME_SECTION_ASM_OP
void
-eh_frame_section ()
+eh_frame_section (void)
{
if (in_section != in_eh_frame)
{