summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2002-09-01 21:09:26 +0000
committerkan <kan@FreeBSD.org>2002-09-01 21:09:26 +0000
commit2015880449b4f02a97eaf6883b4b655d52a0346d (patch)
treeeb4a303a3252dbb91ebdf5bc14a5ed593940badf /contrib/gcc
parent39de93233cda5f39f3c4b4d7ad6ebf62bbb82631 (diff)
downloadFreeBSD-src-2015880449b4f02a97eaf6883b4b655d52a0346d.zip
FreeBSD-src-2015880449b4f02a97eaf6883b4b655d52a0346d.tar.gz
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
1.8 Change symbol values to match freebsd.h Approved by: obrien
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/config/alpha/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/alpha/elf.h b/contrib/gcc/config/alpha/elf.h
index 138acbb..99ea1ea 100644
--- a/contrib/gcc/config/alpha/elf.h
+++ b/contrib/gcc/config/alpha/elf.h
@@ -167,7 +167,7 @@ do { \
} \
ASM_OUTPUT_ALIGN ((FILE), exact_log2((ALIGN) / BITS_PER_UNIT)); \
ASM_OUTPUT_LABEL(FILE, NAME); \
- ASM_OUTPUT_SKIP((FILE), (SIZE)); \
+ ASM_OUTPUT_SKIP((FILE), (SIZE) ? (SIZE) : 1); \
} while (0)
/* This says how to output assembler code to declare an
OpenPOWER on IntegriCloud