Re: exporting struct offsets to assembler

Andreas Schwab (schwab@suse.de)
Mon, 7 Aug 2000 11:56:57 +0200


Andrew Morton <andrewm@uow.edu.au> writes:

|> This can be avoided if the assembler is smart enough with
|>
|> move some_label:b(a0),d0
|>
|> but I don't know if gas does that.

Yes, it does. It even does TRT and changes it to

move some_label:w(a0),d0

since there is no byte form of this addressing mode.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/