Changeset e209fc96 in mainline for libc/arch/mips32


Ignore:
Timestamp:
2006-06-07T20:56:49Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
846848a6
Parents:
b3d1e11
Message:

Another doxygen comments.

Location:
libc/arch/mips32
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/include/atomic.h

    rb3d1e11 re209fc96  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6672
    6773#endif
     74
     75 /** @}
     76 */
     77
  • libc/arch/mips32/include/context_offset.h

    rb3d1e11 re209fc96  
    1414#define OFFSET_GP      0x2c
    1515#define OFFSET_TLS     0x30
     16
     17 /** @}
     18 */
     19
  • libc/arch/mips32/include/endian.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __mips32_ENDIAN_H__
    3036#define __mips32_ENDIAN_H__
     
    3844#endif
    3945
     46
     47 /** @}
     48 */
     49
  • libc/arch/mips32/include/limits.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __mips32__LIMITS_H__
    3036#define __mips32__LIMITS_H__
     
    3844
    3945
     46
     47 /** @}
     48 */
     49
  • libc/arch/mips32/include/psthread.h

    rb3d1e11 re209fc96  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6672
    6773#endif
     74
     75 /** @}
     76 */
     77
  • libc/arch/mips32/include/stackarg.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC_mips32_STACKARG_H__
    3036#define __LIBC_mips32_STACKARG_H__
     
    5157
    5258#endif
     59
     60 /** @}
     61 */
     62
  • libc/arch/mips32/include/thread.h

    rb3d1e11 re209fc96  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6874
    6975#endif
     76
     77 /** @}
     78 */
     79
  • libc/arch/mips32/include/types.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__TYPES_H__
    3036#define __LIBC__TYPES_H__
     
    4652
    4753#endif
     54
     55 /** @}
     56 */
     57
  • libc/arch/mips32/src/syscall.c

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcmips32 mips32
     30  * @brief mips32 architecture dependent parts of libc
     31  * @ingroup lc
     32 * @{
     33 */
     34/** @file
     35 */
     36
    2937#include <libc.h>
    3038
     
    5361        return __mips_reg_v0;
    5462}
     63
     64 /** @}
     65 */
     66
  • libc/arch/mips32/src/thread.c

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcmips32     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <thread.h>
    3036#include <malloc.h>
     
    4955        free(tcb);
    5056}
     57
     58 /** @}
     59 */
     60
Note: See TracChangeset for help on using the changeset viewer.