History log of /src/sys/arch/m68k/060sp/asm2gas |
Revision | | Date | Author | Comments |
1.9 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.8 |
| 28-Mar-2008 |
apb | branches: 1.8.2; 1.8.4; Synchronise the two asm2gas scripts in sys/arch/m68k/060sp and sys/arch/m68k/fpsp:
* The fpsp/asm2gas sed script previously hardcoded the fact that registers needed a '%' prefix, and the 060sp/asm2gas sed scrip previously did not have rules related to inserting '%' before register names. Now, both scripts have the same rules, but the rules are parapeterised to use "$P", which is set to '' or '%' as appropriate.
* Some other minor changes to the sed scripts.
The new asm2gas scripts have been verified to produce identical output to the old asm2gas scripts, for all inputs in 060sp/dist/*.sa and fpsp/*.sa, except for some differences inside comments.
Thanks to Izumi Tsutsui for suggesting that these scripts should be synchronised.
|
1.7 |
| 27-Mar-2008 |
apb | Use "${TOOL_SED}" instead of just "sed" in sys/arch/m68k/060sp/asm2gas.
|
1.6 |
| 15-Aug-1998 |
mycroft | branches: 1.6.148; Assign copyrights to TNF.
|
1.5 |
| 15-Aug-1998 |
mycroft | Make copyright notices with my name consistent.
|
1.4 |
| 30-Sep-1997 |
is | - only convert real hex constants to 0x form, not $NetBSD... - protect comment lines from future uses of CPP by putting a | in front
|
1.3 |
| 26-Oct-1994 |
cgd | branches: 1.3.12; new RCS ID format.
|
1.2 |
| 07-Jul-1994 |
mycroft | Simplify, speed it up, and do the right thing for floating point constants.
|
1.1 |
| 05-Jul-1994 |
mycroft | Port to NetBSD, with some bug fixes and minor performance tweaks.
|
1.3.12.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.6.148.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.6.148.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.8.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.8.2.1 |
| 18-May-2008 |
yamt | sync with head.
|