~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/d9/d901e62687c58d208ae029283d83e11212c069f4.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Add macros for the gdc texinfo documentation.
 
2
 
 
3
--- a/src/gcc/d/gdc.texi
 
4
+++ b/src/gcc/d/gdc.texi
 
5
@@ -43,6 +43,22 @@
 
6
 @insertcopying
 
7
 @end ifinfo
 
8
 
 
9
+@macro versionsubtitle
 
10
+@ifclear DEVELOPMENT
 
11
+@subtitle For @sc{gcc} version @value{version-GCC}
 
12
+@end ifclear
 
13
+@ifset DEVELOPMENT
 
14
+@subtitle For @sc{gcc} version @value{version-GCC} (pre-release)
 
15
+@end ifset
 
16
+@ifset VERSION_PACKAGE
 
17
+@sp 1
 
18
+@subtitle @value{VERSION_PACKAGE}
 
19
+@end ifset
 
20
+@c Even if there are no authors, the second titlepage line should be
 
21
+@c forced to the bottom of the page.
 
22
+@vskip 0pt plus 1filll
 
23
+@end macro
 
24
+
 
25
 @titlepage
 
26
 @title The GNU D Compiler
 
27
 @versionsubtitle
 
28
@@ -138,6 +154,25 @@
 
29
 
 
30
 @c man end
 
31
 
 
32
+@macro gcctabopt{body}
 
33
+@code{\body\}
 
34
+@end macro
 
35
+@macro gccoptlist{body}
 
36
+@smallexample
 
37
+\body\
 
38
+@end smallexample
 
39
+@end macro
 
40
+@c Makeinfo handles the above macro OK, TeX needs manual line breaks;
 
41
+@c they get lost at some point in handling the macro.  But if @macro is
 
42
+@c used here rather than @alias, it produces double line breaks.
 
43
+@iftex
 
44
+@alias gol = *
 
45
+@end iftex
 
46
+@ifnottex
 
47
+@macro gol
 
48
+@end macro
 
49
+@end ifnottex
 
50
+
 
51
 @c man begin OPTIONS gdc
 
52
 
 
53
 @table @gcctabopt