comparison packages/hal/common/current/ChangeLog @ 163:0d2b193a635f

Merge from eCos master repository on 2001-06-22-17:38:39-BST
author jlarmour
date Fri, 22 Jun 2001 18:18:44 +0000
parents 2395031e7a66
children d63db767121d
comparison
equal deleted inserted replaced
162:2395031e7a66 163:0d2b193a635f
1 2001-06-22 Gary Thomas <gthomas@redhat.com>
2
3 * src/generic-stub.c (BUFMAX): Define as platform specific, thus
4 reducing memory requirements.
5 (__process_packet): Eliminate program arguments support until eCos
6 makes use of them (more memory savings).
7
8 2001-06-22 Mark Salter <msalter@redhat.com>
9
10 * src/hal_stub.c (__do_copy_mem): Add goto statement to prevent
11 compiler from moving instructions across 'err' label.
12
1 2001-06-14 Jonathan Larmour <jlarmour@redhat.com> 13 2001-06-14 Jonathan Larmour <jlarmour@redhat.com>
2 14
3 * src/generic-stub.c (__process_packet): Don't reset the board 15 * src/generic-stub.c (__process_packet): Don't reset the board
4 straight away with a 'r' packet. Let a 'k' packet do it instead. 16 straight away with a 'r' packet. Let a 'k' packet do it instead.
5 17