comparison src/ChangeLog @ 96764:1307c33f5e9a

* ecrt0.c: Remove code depending on m68000, not used anymore. * fns.c (hash_remove): Make static. * lisp.h (hash_remove): Don't prototype. * m/ibmrs6000.h: * m/ibms390x.h: * m/macppc.h: Remove boilerplate comments. * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on Solaris, which does not need them. * m/vax.h: Remove comments about unsupported systems. * s/darwin.h: Reorganize ifdefs.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 17 Jul 2008 13:57:13 +0000
parents a27390a84360
children 8b34dc6bbff5
comparison
equal deleted inserted replaced
96763:a27390a84360 96764:1307c33f5e9a
1 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> 1 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * ecrt0.c: Remove code depending on m68000, not used anymore.
4
5 * fns.c (hash_remove): Make static.
6 * lisp.h (hash_remove): Don't prototype.
7
8 * m/ibmrs6000.h:
9 * m/ibms390x.h:
10 * m/macppc.h: Remove boilerplate comments.
11
12 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
13 Solaris, which does not need them.
14
15 * m/vax.h: Remove comments about unsupported systems.
16
17 * s/darwin.h: Reorganize ifdefs.
18
19 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2 20
3 * config.in 21 * config.in
4 * dispextern.h 22 * dispextern.h
5 * frame.c 23 * frame.c
6 * image.c 24 * image.c