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:
authorcvs2svn <>2003-09-16 05:47:54 +0400
committercvs2svn <>2003-09-16 05:47:54 +0400
commit2cb060991433298d2f701adc7fc22adacf88eeb1 (patch)
treeaa0b99e6f84e9b776740fc36646e8e3b919e5268 /include/coff/ChangeLog
parent5be60f99b7d5a81dcbad8c9e1d8812297936052b (diff)
'ezannoni_pie-20030916-branch'. Sprout from cagney_x86i386-20030821-branch 2003-08-21 14:03:24 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2003-09-16 01:47:53 UTC Andrew Cagney <cagney@gnu.org> 'Index: include/ChangeLog': ChangeLog MAINTAINERS config/no-executables.m4 configure configure.in include/ChangeLog include/coff/ChangeLog include/coff/i860.h include/dis-asm.h include/elf/ChangeLog include/elf/dwarf2.h include/elf/v850.h include/floatformat.h include/opcode/ChangeLog include/opcode/v850.h install-sh missing src-release
Diffstat (limited to 'include/coff/ChangeLog')
-rw-r--r--include/coff/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 35988e37a..75a7ff818 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-23 Jason Eckhardt <jle@rice.edu>
+
+ * coff/i860.h (COFF860_R_PAIR, COFF860_R_LOW0, COFF860_R_LOW1,
+ COFF860_R_LOW2, COFF860_R_LOW3, COFF860_R_LOW4, COFF860_R_SPLIT0,
+ COFF860_R_SPLIT1, COFF860_R_SPLIT2, COFF860_R_HIGHADJ,
+ COFF860_R_BRADDR): Define new relocation constants and document.
+ Minor formatting adjustments.
+
2003-08-07 Alan Modra <amodra@bigpond.net.au>
* ti.h (GET_SCNHDR_NRELOC): Rename PTR param to LOC.