Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold Metselaar <arnold.metselaar@planet.nl>2006-02-05 14:57:34 +0300
committerArnold Metselaar <arnold.metselaar@planet.nl>2006-02-05 14:57:34 +0300
commitd795c9c9f4356ea135edd53b767feeff9e63b0a7 (patch)
tree43d47208afb0b9db43cfce06a8e116b16e3c5125 /include/coff
parentda3374d695d101af6e44e9248e66beb4c3d4e5f5 (diff)
Cleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/internal.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index a8b66cce2..f41c115bd 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl>
+
+ * internal.h: Add relocation number R_IMM24 for Z80.
+
2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
* internal.h: Add relocation number for Z80
diff --git a/include/coff/internal.h b/include/coff/internal.h
index d7a83815a..ed0918a6a 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -717,6 +717,7 @@ struct internal_reloc
/* Z80 modes */
#define R_OFF8 0x32 /* 8 bit signed abs, for (i[xy]+d) */
+#define R_IMM24 0x33 /* 24 bit abs */
/* R_JR, R_IMM8, R_IMM16, R_IMM32 - as for Z8k */
/* H8500 modes */