[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/696] New: GNU assembler command line failure
From: |
qty154 at yahoo dot com |
Subject: |
[Bug gas/696] New: GNU assembler command line failure |
Date: |
26 Jan 2005 13:58:03 -0000 |
he new option --alternate is handled incorrect. If I issue a command like this:
> powerpc-eabi-elf-as -mregnames -o a.o -ahl=a.lst a.s
then a.s is assembled OK and the list goes to a.lst.
If I write this: (leaving out -a sub-options)
> powerpc-eabi-elf-as -mregnames -o a.o -a=a.lst a.s
then I get the failure:
> powerpc-eabi-elf-as: option '-alternate' doesn't allow an argument
I guess -alternate should actually be --alternate.
This problem came out first when migrating from 2.95.2 where --alternate option
didn't exist.
--
Summary: GNU assembler command line failure
Product: binutils
Version: 2.15
Status: NEW
Severity: critical
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: qty154 at yahoo dot com
CC: bug-binutils at gnu dot org
GCC build triplet: i686-cygwin-pc
GCC host triplet: i686-cygwin-pc
GCC target triplet: powerpc-eabi-elf
http://sources.redhat.com/bugzilla/show_bug.cgi?id=696
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/696] New: GNU assembler command line failure,
qty154 at yahoo dot com <=