diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-17 15:53:37 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-17 15:53:37 +0000 |
commit | c3b519b7eb6aec73749bdec502f0ccf0bdf4241f (patch) | |
tree | eb7e4fa3e6e941a27c367ddfa8007e7cb18d00cf /ChangeLog | |
parent | c27d68482ce992ff3675da796766b3c04b9b0f84 (diff) | |
download | glibc-c3b519b7eb6aec73749bdec502f0ccf0bdf4241f.tar.gz glibc-c3b519b7eb6aec73749bdec502f0ccf0bdf4241f.tar.xz glibc-c3b519b7eb6aec73749bdec502f0ccf0bdf4241f.zip |
* sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as well.
* sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index b972b82638..a9a2786a86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-03-17 Alexandre Oliva <aoliva@redhat.com> + * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as + well. + * sysdeps/unix/sysv/linux/mips/configure.in: New. Pre-process asm/unistd.h into asm-unistd.h. * sysdeps/unix/sysv/linux/mips/configure: Generated. @@ -9,8 +12,6 @@ * sysdeps/unix/sysv/linux/mips/clone.S: Don't include asm/unistd.h. -2003-03-17 Alexandre Oliva <aoliva@redhat.com> - * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file. * sysdeps/unix/sysv/linux/mips/ptrace.c: New file. Use long long type for registers on n32. |