This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-970907 makeinfo problem



Using make; make install on linux-i686 I get

cd /home4/robert/gcc/egcs/egcs-970907/gcc; /home/robert/gcc/ss/egcs/texinfo/makeinfo/makeinfo   gcc.texi
Making info file `gcc.info' from `gcc.texi'.
./invoke.texi:352: `@end' expected `table', but saw `smallexample'.
make[1]: *** [/home4/robert/gcc/egcs/egcs-970907/gcc/gcc.info] Error 2
make: *** [install-gcc] Error 2


It complains about this new V850 Options hunk:


diff -rc3p egcs-970904/gcc/invoke.texi egcs-970907/gcc/invoke.texi
*** egcs-970904/gcc/invoke.texi	Fri Aug 29 00:03:53 1997
--- egcs-970907/gcc/invoke.texi	Fri Sep  5 11:30:49 1997
*************** in the following sections.
*** 344,349 ****
--- 344,355 ----
  -Qy  -Qn  -YP,@var{paths}  -Ym,@var{dir}
  @end smallexample
  
+ @emph{V850 Options}
+ -mlong-calls -mno-long-calls -mep -mno-ep
+ -mprolog-function -mno-prolog-function -mspace
+ -mtda=@var{n} -msda=@var{n} -mzda=@var{n}
+ @end smallexample
+ 
  @item Code Generation Options
  @xref{Code Gen Options,,Options for Code Generation Conventions}.
  @smallexample


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]