source: trunk/libs/newlib/src/include/nlm/ChangeLog @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 3.8 KB
Line 
12010-04-15  Nick Clifton  <nickc@redhat.com>
2
3        * alpha-ext.h: Update copyright notice to use GPLv3.
4        * common.h: Likewise.
5        * external.h: Likewise.
6        * i386-ext.h: Likewise.
7        * internal.h: Likewise.
8        * ppc-ext.h: Likewise.
9        * sparc32-ext.h: Likewise.
10
112005-05-10  Nick Clifton  <nickc@redhat.com>
12
13        * Update the address and phone number of the FSF organization in
14        the GPL notices in the following files:
15        alpha-ext.h, common.h, external.h, i386-ext.h, internal.h,
16        ppc-ext.h, sparc32-ext.h
17
182003-08-07  Alan Modra  <amodra@bigpond.net.au>
19
20        * internal.h (Nlm_Internal_Custom_Header): Replace PTR with void *.
21
222001-10-02  Alan Modra  <amodra@bigpond.net.au>
23
24        * common.h (NLM_CAT, NLM_CAT3): Don't define.
25        (NLM_CAT4): Update conditions under which this is defined.  Document
26        why CONCAT4 can't be used.
27
281994-05-06  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
29
30        * external.h (nlmNAME(External_Custom_Header)): Add length,
31        dataOffset, and dataStamp field.
32        (nlmNAME(External_Cygnus_Ext_Header)): Remove.
33        * internal.h (Nlm_Internal_Custom_Header): Add hdrLength,
34        dataOffset, dataStamp and hdr fields.
35
361994-04-22  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
37
38        * external.h (struct nlmNAME(external_cygnus_ext_header)): Rename
39        from nlmNAME(external_cygnus_section_header).  Change stamp field
40        to 8 bytes.  Add bytes field.
41        * internal.h (nlm_internal_cygnus_ext_header): Rename from
42        nlm_internal_cygnus_section_header.  Change stamp field to 8
43        bytes.
44
451994-04-21  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
46
47        * internal.h (struct nlm_internal_cygnus_section_header): Define.
48        * external.h (struct nlmNAME(external_cygnus_section_header):
49        Define.
50
511994-04-20  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
52
53        * internal.h (struct nlm_internal_custom_header): Remove
54        debugRecOffset and debugRecLength fields.  Add data field.
55        * external.h (struct nlmNAME(external_custom_header)): Remove
56        debugRecOffset and debugRecLength fields.
57
581994-02-07  Jim Kingdon  (kingdon@lioth.cygnus.com)
59
60        * internal.h: Change HOST_64_BIT to BFD_HOST_64_BIT.
61
621993-12-02  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
63
64        * alpha-ext.h: New file describing formats of information in Alpha
65        NetWare files.
66        * common.h: Define some non-external Alpha information.
67
681993-11-17  Sean Eric Fagan  (sef@cygnus.com)
69
70        * external.h: Don't define external_fixed_header here.
71        * i386-ext.h, sparc32-ext.h: New header files to define
72        external_fixed_header for particular CPU's.
73
741993-10-27  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
75
76        * internal.h (Nlm_Internal_Extended_Header): Added fields
77        sharedDebugRecordOffset and sharedDebugRecordCount.
78        * external.h (NlmNAME(External_Extended_Header)): Likewise.
79
80        * common.h (NLM_SIGNATURE): Do not define (it's different for each
81        backend).
82
831993-08-31  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
84
85        * internal.h: Change length fields of type char to type unsigned
86        char.
87
881993-07-31  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
89
90        * common.h (NLM_HIBIT, NLM_HEADER_VERSION): Define.
91
921993-07-22  Fred Fish  (fnf@deneb.cygnus.com)
93
94        * common.h (NLM_CAT*, NLM_ARCH_SIZE, NLM_TARGET_LONG_SIZE,
95        NLM_TARGET_ADDRESS_SIZE, NLM_NAME, NlmNAME, nlmNAME):  New
96        macros.
97        * external.h (TARGET_LONG_SIZE, TARGET_ADDRESS_SIZE): Remove
98        macros, convert usages to NLM_ equivalents.
99        * external.h:  Use nlmNAME and NlmNAME macros to derive both
100        32 and 64 bit versions.
101
1021993-07-20  Fred Fish  (fnf@deneb.cygnus.com)
103
104        * (common.h, external.h, internal.h):  New files for NLM/NetWare
105        support.
106
107
108Copyright (C) 1993-2012 Free Software Foundation, Inc.
109
110Copying and distribution of this file, with or without modification,
111are permitted in any medium without royalty provided the copyright
112notice and this notice are preserved.
113
114Local Variables:
115mode: change-log
116left-margin: 8
117fill-column: 74
118version-control: never
119End:
Note: See TracBrowser for help on using the repository browser.