alsa-utils/amidi
Diego E. 'Flameeyes' Pettenò 6232f1c96c Make some static tables and strings constants.
By doing this we move them from the .data section to .rodata setion,
or from .data.rel to .data.rel.ro.

The .rodata section is mapped directly from the on-disk file, which is
always a save, while .data.rel.ro is mapped directly when using
prelink, which is a save in a lot of cases.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
2008-11-21 13:10:02 +01:00
..
amidi.1 amidi: fix --list-devices 2006-06-27 08:19:15 +02:00
amidi.c Make some static tables and strings constants. 2008-11-21 13:10:02 +01:00
Makefile.am - added amidi utility by Clemens Ladisch <clemens@ladisch.de> 2003-10-28 10:53:43 +00:00