-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct name spelling and email address
Signed-off-by: Yuri Zaporozhets <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ D: Documentation - "3dNow!" instructions and misc. | |
D: insns.dat fixes and new instructions. | ||
|
||
N: AMD Inc. (names of developers here?) | ||
E: | ||
E: | ||
D: 3DNow instructions | ||
D: New Athlon instructions | ||
D: Makefile.vc fix | ||
|
@@ -46,8 +46,8 @@ E: [email protected] | |
D: added Jcc optimizations; CPU level checks | ||
D: bug fixes, compilation fixes | ||
|
||
N: Yuri Zaporogets | ||
E: [email protected] | ||
N: Yuri Zaporozhets | ||
E: [email protected] | ||
D: RDOFF support | ||
|
||
N: H. Peter Anvin | ||
|
@@ -61,17 +61,17 @@ D: Preprocessor and OBJ (OMF) output format driver | |
D: Organized DOS versions of 0.98 release | ||
|
||
N: Kendall Bennet | ||
E: [email protected] | ||
E: [email protected] | ||
D: NASM enhancements | ||
D: macros | ||
D: Syntax modifications | ||
|
||
N: Gary Clark | ||
E: | ||
E: | ||
D: AMD 3DNow! instructions | ||
|
||
N: Andrew Crabtree | ||
E: | ||
E: | ||
D: Debugging support | ||
|
||
N: Rafael R. Sevilla | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Here is a brief summary of the programs' usage: | |
rdfdump | ||
======= | ||
|
||
This tool prints a list of the header records in an RDOFF object in | ||
This tool prints a list of the header records in an RDOFF object in | ||
human-readable form, and optionally prints a hex dump of the contents | ||
of the segments. | ||
|
||
|
@@ -59,7 +59,7 @@ Most of its options are not implemented, but those that are are listed here: | |
-2 redirect all output from stderr to stdout. It is useful for some | ||
systems which don't have such a redirection in shell (e.g. DOS). | ||
|
||
-v increase verbosity level. Currently 4 verbosity levels are | ||
-v increase verbosity level. Currently 4 verbosity levels are | ||
available: default (which only prints error information), normal | ||
(which prints information about the produced object, -v), medium | ||
(which prints information about what the program is doing, -v -v) | ||
|
@@ -68,25 +68,25 @@ Most of its options are not implemented, but those that are are listed here: | |
-a change alignment value to which multiple segments combigned into | ||
a single segment should be aligned (must be either 1, 2, 4, 8, | ||
16, 32 or 256. Default is 16). | ||
|
||
-s strip exported symbols from output file. Symbols marked as | ||
SYM_GLOBAL are never stripped. | ||
|
||
-x warn about unresolved symbols. | ||
|
||
-xe issue an error when at least one symbol is unresolved. | ||
|
||
-o name write output to file <name>. The default output filename | ||
is 'aout.rdx'. | ||
|
||
-j path specify search path for object files. Default path is a | ||
current directory. | ||
|
||
-L path specify search path for libraries. Default path is a | ||
current directory. | ||
|
||
-g file embed 'file' as a first header record with type 'generic'. | ||
|
||
|
||
rdx | ||
=== | ||
|
@@ -146,7 +146,7 @@ how long the segment is. | |
BUGS | ||
==== | ||
|
||
This product has recently undergone a major revision, and as such there | ||
This product has recently undergone a major revision, and as such there | ||
are probably several bugs left over from the testing phase (although the | ||
previous version had quite a few that have now been fixed!). Could you | ||
please report any bugs to maintainers at the addresses below, including the | ||
|
@@ -181,5 +181,5 @@ file for a comment containing the word 'TODO'. A brief list is given here: | |
MAINTAINERS | ||
=========== | ||
|
||
Yuri Zaporogets <[email protected]> - primary maintainer | ||
Yuri Zaporozhets <[email protected]> - primary maintainer | ||
Julian Hall <[email protected]> - original designer and author |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters