Changeset 37535317 in rtems


Ignore:
Timestamp:
01/26/01 14:12:48 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
56f20bac
Parents:
809feccc
Message:

2001-01-25 Joel Sherrill <joel@…>

  • cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller <peter.o.mueller@…> because of not correcting for the ISR vector table now being allocated from the workspace.
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libcsupport/src/Makefile.am

    r809feccc r37535317  
    2424    link.c unlink.c umask.c ftruncate.c utime.c fstat.c fcntl.c fpathconf.c \
    2525    getdents.c fsync.c fdatasync.c pipe.c dup.c dup2.c symlink.c readlink.c \
    26     creat.c
     26    creat.c chroot.c
    2727
    2828DIRECTORY_SCAN_C_FILES = opendir.c closedir.c readdir.c rewinddir.c \
  • c/src/lib/ChangeLog

    r809feccc r37535317  
     1
     22001-01-25      Fernando Ruiz <fernando.ruiz@ctv.es>
     3
     4        * Alternate email is correo@fernando-ruiz.com
     5        * libc/chroot.c: New file.
     6        * libc/Makefile.am: Reflect above.
    17
    282001-01-25      Fernando Ruiz <fernando.ruiz@ctv.es>
  • c/src/lib/libc/Makefile.am

    r809feccc r37535317  
    2424    link.c unlink.c umask.c ftruncate.c utime.c fstat.c fcntl.c fpathconf.c \
    2525    getdents.c fsync.c fdatasync.c pipe.c dup.c dup2.c symlink.c readlink.c \
    26     creat.c
     26    creat.c chroot.c
    2727
    2828DIRECTORY_SCAN_C_FILES = opendir.c closedir.c readdir.c rewinddir.c \
Note: See TracChangeset for help on using the changeset viewer.