summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/thumb2
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 17:32:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 17:32:42 +0000
commit0661f846bdd4ef584ab5d0e85e3fecf74a1d9922 (patch)
treeaa19d58f3fe49b859a526586b75d665ad06ac75f /misc/buildroot/toolchain/nxflat/thumb2
parentd2e8f9f549edebda7029cca0d5704e09ea93f679 (diff)
downloadpx4-nuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.tar.gz
px4-nuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.tar.bz2
px4-nuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.zip
Email address change in misc/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5144 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/nxflat/thumb2')
-rw-r--r--misc/buildroot/toolchain/nxflat/thumb2/Makefile2
-rw-r--r--misc/buildroot/toolchain/nxflat/thumb2/arch.h2
-rw-r--r--misc/buildroot/toolchain/nxflat/thumb2/disthumb2.c2
-rw-r--r--misc/buildroot/toolchain/nxflat/thumb2/dyncall_skeleton.def2
4 files changed, 4 insertions, 4 deletions
diff --git a/misc/buildroot/toolchain/nxflat/thumb2/Makefile b/misc/buildroot/toolchain/nxflat/thumb2/Makefile
index dc00867e0..ad87449fa 100644
--- a/misc/buildroot/toolchain/nxflat/thumb2/Makefile
+++ b/misc/buildroot/toolchain/nxflat/thumb2/Makefile
@@ -2,7 +2,7 @@
# toolchain/nxflat/thumb2/Makefile
#
# Copyright (C) 2009 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/misc/buildroot/toolchain/nxflat/thumb2/arch.h b/misc/buildroot/toolchain/nxflat/thumb2/arch.h
index bacc63892..c07c4f62e 100644
--- a/misc/buildroot/toolchain/nxflat/thumb2/arch.h
+++ b/misc/buildroot/toolchain/nxflat/thumb2/arch.h
@@ -3,7 +3,7 @@
* ARM thumb2 ELF support for BFD.
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Simply lifted with minimal change from the BFD, binutils 2.19.1:
*
diff --git a/misc/buildroot/toolchain/nxflat/thumb2/disthumb2.c b/misc/buildroot/toolchain/nxflat/thumb2/disthumb2.c
index 79352ce8b..811c3a867 100644
--- a/misc/buildroot/toolchain/nxflat/thumb2/disthumb2.c
+++ b/misc/buildroot/toolchain/nxflat/thumb2/disthumb2.c
@@ -3,7 +3,7 @@
* ARM Thumb2 Disassembler
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
***********************************************************************/
diff --git a/misc/buildroot/toolchain/nxflat/thumb2/dyncall_skeleton.def b/misc/buildroot/toolchain/nxflat/thumb2/dyncall_skeleton.def
index e0d014490..865536c50 100644
--- a/misc/buildroot/toolchain/nxflat/thumb2/dyncall_skeleton.def
+++ b/misc/buildroot/toolchain/nxflat/thumb2/dyncall_skeleton.def
@@ -2,7 +2,7 @@
* toolchain/nxflat/thumb2/dyncall_skeleton.def
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions