All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Assembly Language Changes
@ 2000-03-12 14:23 Philipp Rumpf
  2000-03-14 14:54 ` Sam Creasey
  2000-03-15 21:16 ` Philipp Rumpf
  0 siblings, 2 replies; 4+ messages in thread
From: Philipp Rumpf @ 2000-03-12 14:23 UTC (permalink / raw)
  To: parisc-linux

Hello,
over the last few days or so, I have been trying to get glibc to build and
work for a Linux/PA-RISC target.  I came to believe it would be simpler to
change certain aspects of the assembly language used than to keep working
around them:

 - Labels should always use ':'
 - mnemonics in the first column should be interpreted normally.
 - register names should always start with '%', not be specified by an
   integer
 - where pa2.0 and pa1.1 differ in opcode names aso, the pa2.0 version
   should be used ("b,l" rather than "bl")
 - ';' should be used rather than '!' to separate multiple statements
   on the same line
 - possibly there should be a line comment character to replace ';' ?

The advantages to changing the assembly dialect we use are that using cpp
to pre-process assembly instructions becomes a lot simpler (glibc makes
heavy use of this);  the assembly language looks more similar to those
used for other architectures that run Linux;  there is no difference
between the pa1.1 and pa2.0 versions.

The disadvantage, obviously, is that we would need to keep separate
binaries around to compile HP/UX assembly source;  also, the assembly
files used by the kernel would need to be converted (and probably get
readable to more people in the process).

The actual work to implement the changes should be pretty low, and I'm
more than willing to do it (and actually already implemented the most
important (to me) changes).

	Philipp Rumpf

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-03-15 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-12 14:23 [parisc-linux] Assembly Language Changes Philipp Rumpf
2000-03-14 14:54 ` Sam Creasey
2000-03-14 14:58   ` Philipp Rumpf
2000-03-15 21:16 ` Philipp Rumpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.