Mikael Pettersson 47502d2bb7 as: add support for .ident directives
- token.def: enable T_DOT_IDENT
- tunit.h: add S_DOT_IDENT and make it share attributes with S_DOT_FILE,
  describe available section types, add tunit_strtab_section_enter(),
  rearrange declarations
- tunit.c: implement tunit_strtab_section_enter()
- parse.c: generalize .file parser, use it also for .ident
- input.c: handle S_DOT_IDENT, lookup or create .comment strtab section,
  append given string literal to that section
2015-05-01 14:14:38 +02:00
2015-05-01 14:14:38 +02:00
2015-04-19 18:28:27 +02:00
2015-04-19 18:28:27 +02:00
2015-04-19 18:28:27 +02:00
2015-05-01 14:14:38 +02:00

# README for pdp10-tools
# Copyright (C) 2013-2015  Mikael Pettersson <mikpelinux@gmail.com>
#
# This file is part of pdp10-tools.
#
# pdp10-tools is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# pdp10-tools is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with pdp10-tools.  If not, see <http://www.gnu.org/licenses/>.


PDP10-TOOLS
===========

pdp10-tools is a collection of utilities for manipulating pdp10-elf
binary files.

ar:		an 'ar' clone for pdp10-elf object files
as:		a pdp10 assembler producing pdp10-elf object files
		intended primarily as an assembler for GCC output;
		the syntax is modelled after normal UNIX/ELF syntax
		rather than classic TOPS-10, TOPS-20, or ITS syntax
nm:		an 'nm' clone for pdp10-elf object files
od:		an 'od' clone for binary files with 9-bit bytes (nonets)
readelf:	a 'readelf' clone for pdp10-elf object files,
		extended with an option to disassemble .text sections
8to9:		a utility to convert octet files to nonet files

pdp10-stdio:	a library for reading and writing nonet-based data
		on an octet-based host
pdp10-elf36:	a library for reading and writing Elf36 object files


See the TODO file for known omissions and planned improvements.
Description
Utilities for PDP10 ELF binary files
Readme 2.1 MiB
Languages
Erlang 99%
Assembly 0.8%
Makefile 0.2%