From b8b738ac92a60109de9c832aa0cefd8f53170271 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 10 Feb 2011 11:59:12 +0000 Subject: * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC. * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options. (Overview ): Add a number of missing options. * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation. --- gas/config/tc-ppc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gas/config') diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 469abc1..4396e14 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -1244,12 +1244,13 @@ PowerPC options:\n\ -mrelocatable support for GCC's -mrelocatble option\n\ -mrelocatable-lib support for GCC's -mrelocatble-lib option\n\ -memb set PPC_EMB bit in ELF flags\n\ --mlittle, -mlittle-endian, -l, -le\n\ +-mlittle, -mlittle-endian, -le\n\ generate code for a little endian machine\n\ --mbig, -mbig-endian, -b, -be\n\ +-mbig, -mbig-endian, -be\n\ generate code for a big endian machine\n\ -msolaris generate code for Solaris\n\ -mno-solaris do not generate code for Solaris\n\ +-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n\ -V print assembler version number\n\ -Qy, -Qn ignored\n")); #endif -- cgit v1.1