Files
xa/xa-fix-install.patch
Martin Hauke 26d794abf6 Accepting request 1161155 from home:amanzini:branches:devel:tools
- Update to 2.4.1
  * Allow colon-based unnamed labels to be used separately of CA65 mode 
    (such as with 65816) with -a. Implies -XMASM.
  * Restore ^ syntax for generating control sequences (e.g., "^m^j" evaluates as 0d 0a) with -k.
  * Fix a bug using cheap local labels in expressions.
  * Properly tag and match CPU types in o65 objects during relocation and linking.
  * Fix a bug with .align when aligning segments.
  * Better validation of arguments to indexed opcodes.
  * Testsuite expanded.
- Update to 2.4.0
  * Listing feature (-P, -F) in plain text or HTML, along with .listbytes to control 
    how hex bytes get listed in the output.
  * Add -E commandline option to not stop after 20 errors, but show all of them.
  * Introduce -X compatibility set command line option to distinguish between MASM and CA65 
    compatibility options; also adds C option for 0x and 0 to specify hex or octal. 
    As a result, -M is now deprecated, and colons in comments may become the default 
    in a future version.
  * Implement CA65 "cheap local labels", ":=" label definitions, and various pseudo-opcodes 
    (.include, .import, .importzp, .zeropage, .proc (anonymous only), .endproc, 
    .code, .org, .reloc).
  * -U option to allow all undefined labels in relocating mode; this allows exporting them 
     to an .o65 file and link at a later time (or specify one at a time with -L).
  * Globals may also be specified manually with -g.
  * #error allows preprocessor-level assertions.
  * .assert allows assembler-level assertions.
  * Better fix for segfault with smaller arity macro issue.
  * Some 2.3.x features still allowed with -XXA23, which is obviously deprecated.
  * The quote escape character is now the \ (backslash), except if -XXA23.
  * Recursive /* */ comments are no longer allowed, except if -XXA23.
  * XA_MAJOR and XA_MINOR predefined macros, except if -XXA23.

OBS-URL: https://build.opensuse.org/request/show/1161155
OBS-URL: https://build.opensuse.org/package/show/devel:tools/xa?expand=0&rev=5
2024-03-24 20:04:37 +00:00

16 lines
599 B
Diff

Index: xa-2.4.1/Makefile
===================================================================
--- xa-2.4.1.orig/Makefile
+++ xa-2.4.1/Makefile
@@ -61,8 +61,8 @@ clean:
install: all
$(MKDIR) $(BINDIR)
$(MKDIR) $(MANDIR)
- $(INSTALL) xa reloc65 ldo65 file65 printcbm uncpk $(BINDIR)
- $(INSTALL) man/file65.1 man/ldo65.1 man/printcbm.1 man/reloc65.1 man/uncpk.1 man/xa.1 $(MANDIR)
+ $(INSTALL) -m 755 xa reloc65 ldo65 file65 printcbm uncpk $(BINDIR)
+ $(INSTALL) -m 644 man/file65.1 man/ldo65.1 man/printcbm.1 man/reloc65.1 man/uncpk.1 man/xa.1 $(MANDIR)
#$(MKDIR) $(DOCDIR)/xa65
dist: clean