comparison packages/hal/mips/tx39/current/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents 7a6ac9edc838
children 59d97b6ba612
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
1 2000-03-21 Jonathan Larmour <jlarmour@redhat.co.uk>
2
3 * src/mips_tx39.ld: Revert previous change, but add .lit8 and .lit4
4 input sections for .data instead
5
6 2000-03-16 Jonathan Larmour <jlarmour@redhat.co.uk>
7
8 * src/mips_tx39.ld: Update from latest "mips-tx39-elf-ld --verbose"
9 output so that it properly reflects what the tools expect
10
11 2000-02-23 Jonathan Larmour <jlarmour@redhat.co.uk>
12
13 * include/var_intr.h: CYG_HAL_MIPS_SIM -> CYGPKG_HAL_MIPS_SIM
14
15 2000-02-16 Jesper Skov <jskov@redhat.com>
16
17 * cdl/hal_mips_tx39.cdl: removed fix me.
18
1 1999-12-21 Jonathan Larmour <jlarmour@cygnus.co.uk> 19 1999-12-21 Jonathan Larmour <jlarmour@cygnus.co.uk>
2 20
3 * include/var_arch.h: Rename CYG_HAL_USE_ROM_MONITOR_CYGMON -> 21 * include/var_arch.h: Rename CYG_HAL_USE_ROM_MONITOR_CYGMON ->
4 CYGSEM_HAL_USE_ROM_MONITOR_CygMon 22 CYGSEM_HAL_USE_ROM_MONITOR_CygMon
5 23
6 * src/hal_diag.c: Likewise. Also CYG_HAL_USE_ROM_MONITOR -> 24 * src/hal_diag.c: Likewise. Also CYG_HAL_USE_ROM_MONITOR ->
7 CYGSEM_HAL_USE_ROM_MONITOR throughout 25 CYGSEM_HAL_USE_ROM_MONITOR throughout
8 26
9 * include/pkgconf/hal_mips_tx39.h: Fix typo 27 * include/pkgconf/hal_mips_tx39.h: Fix typo
28
29 * cdl/hal_mips_tx39.cdl: Some cosmetic layout changes and fixed typos
30 Ensure we "puts" to correct CDL header
31 Add CYGHWR_HAL_MIPS_TX3904_TRR_REQUIRES_SYNC which for some reason
32 wasn't brought over from ~CDL
33
34 1999-12-02 John Dallaway <jld@cygnus.co.uk>
35
36 * cdl/hal_mips_tx39.cdl:
37
38 Use the <PACKAGE> token in custom rules.
39
40 1999-12-01 John Dallaway <jld@cygnus.co.uk>
41
42 * cdl/hal_mips_tx39.cdl:
43
44 Use the <PREFIX> token in custom rules.
45
46 1999-11-04 John Dallaway <jld@cygnus.co.uk>
47
48 * cdl/hal_mips_tx39.cdl:
49
50 Output custom rule dependency information to .deps files in
51 the current directory.
52
53 Dispense with the need to create a 'src' sub-directory.
54
55 1999-11-02 Jesper Skov <jskov@cygnus.co.uk>
56
57 * cdl/hal_mips_tx39.cdl: Added.
10 58
11 1999-10-26 Nick Garnett <nickg@cygnus.co.uk> 59 1999-10-26 Nick Garnett <nickg@cygnus.co.uk>
12 60
13 * include/variant.inc: Added implementations of hal_intc_translate 61 * include/variant.inc: Added implementations of hal_intc_translate
14 macro. 62 macro.