[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/18427] GNU as slow on hppa architecture
From: |
dave.anglin at bell dot net |
Subject: |
[Bug gas/18427] GNU as slow on hppa architecture |
Date: |
Fri, 29 May 2015 18:36:00 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=18427
--- Comment #4 from dave.anglin at bell dot net ---
On 2015-05-29 12:20 PM, nickc at redhat dot com wrote:
> I dislike the idea of disabling code that might actually be needed in some
> circumstances. So how about this alternative patch ? It extends David's
> patch
> by adding a command line option: --enable-multi-seg-support. If this option
> is
> used the old, slow, searching code is used. Otherwise the default action is
> to
> use the new, faster search code.
Hi Nick,
Thanks for helping with this change.
I'm not sure about the option. Alpha has somewhat similar code without
an option.
As I understand it, this code is to handle a number of instructions
which require a preceding
label. It usually emitted on the previous line. It seems to me that
changing segments between
the label and its related instruction should be an error. I don't think
this feature is needed
even for the HP-UX SOM target.
I will check whether GCC needs this for SOM.
Dave
--
You are receiving this mail because:
You are on the CC list for the bug.